Html Css Color HEX #B5258D Medium Red Violet

📋 copy color: '#B5258D'

red 181 ◦ green 37 ◦ blue 141

#B5258D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B5258D

Tints of Medium Red Violet #B5258D

RGB

 RED value IS 181 (71.09% from 255) = 50.42%

 GREEN value IS 37 (14.84% from 255) = 10.31%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 50.42%
G = 10.31%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5258D (or 0xB5258D) is known color: Medium Red Violet. HEX triplet: B5, 25 and 8D. RGB value is (181,37,141). Sum of RGB (Red+Green+Blue) = 181+37+141=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5258D is #4ADA72. Grayscale: #5B5B5B. Windows color (decimal): -4905587 or 9250229. OLE color: 9250229.

HSL color Cylindrical-coordinate representation of color #B5258D: hue angle of 316.67º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5258D is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 141 -
CMYK 0 0.80 0.22 0.29
HSL 316.67º 0.66% 0.43% -
HSV(B) 316.67º 0.8% 0.71% -
XYZ 24.53 13.07 26.43 -
YUV 91.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 181 37 141 0 0.80 0.22 0.29 316.67 0.66 0.43
Hex B5 25 8D 0 50 16 1D 13D 42 2B
Octal 265 45 215 0 120 26 35 475 102 53
Binary 10110101 100101 10001101 0 1010000 10110 11101 100111101 1000010 101011

Color Harmonies of #B5258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5258D

Black with #B5258D

Text Example


Text Example

White with #B5258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5258D; }

 p { color: rgb(181,37,141); }

 H1.HeaderClassName
 {
   color: #B5258D;
 }
 .AnyTagClassName
 {
   color: #B5258D;
 }
</style>

background-color css

<style>
 a { background-color: #B5258D; }

 a { background-color: rgb(181,37,141); }

 div.DivClassName
 {
   background-color: #B5258D;
 }
 .BgClassName
 {
   background-color: #B5258D;
 }
</style>

border-color css

<style>
 span { border-color: #B5258D; }

 span { border-color: rgb(181,37,141); }

 td.TdClassName
 {
   border-color: #B5258D;
 }
 .TagClassName
 {
   border-color: #B5258D;
 }
</style>