Html Css Color HEX #B51387 Medium Violet Red

📋 copy color: '#B51387'

red 181 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #B51387

Tints of Medium Violet Red #B51387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 54.03%
G = 5.67%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B51387 (or 0xB51387) is known color: Medium Violet Red. HEX triplet: B5, 13 and 87. RGB value is (181,19,135). Sum of RGB (Red+Green+Blue) = 181+19+135=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B51387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51387 is #4AEC78. Grayscale: #505050. Windows color (decimal): -4910201 or 8852405. OLE color: 8852405.

HSL color Cylindrical-coordinate representation of color #B51387: hue angle of 317.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51387 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 135 -
CMYK 0 0.90 0.25 0.29
HSL 317.04º 0.81% 0.39% -
HSV(B) 317.04º 0.9% 0.71% -
XYZ 23.66 12.04 24 -
YUV 80.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 181 19 135 0 0.90 0.25 0.29 317.04 0.81 0.39
Hex B5 13 87 0 5A 19 1D 13D 51 27
Octal 265 23 207 0 132 31 35 475 121 47
Binary 10110101 10011 10000111 0 1011010 11001 11101 100111101 1010001 100111

Color Harmonies of #B51387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51387

Black with #B51387

Text Example


Text Example

White with #B51387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51387; }

 p { color: rgb(181,19,135); }

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

background-color css

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

 a { background-color: rgb(181,19,135); }

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

border-color css

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

 span { border-color: rgb(181,19,135); }

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