Html Css Color HEX #B51486 Medium Violet Red

📋 copy color: '#B51486'

red 181 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #B51486

Tints of Medium Violet Red #B51486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 54.03%
G = 5.97%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B51486 (or 0xB51486) is known color: Medium Violet Red. HEX triplet: B5, 14 and 86. RGB value is (181,20,134). Sum of RGB (Red+Green+Blue) = 181+20+134=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B51486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51486 is #4AEB79. Grayscale: #505050. Windows color (decimal): -4909946 or 8787125. OLE color: 8787125.

HSL color Cylindrical-coordinate representation of color #B51486: hue angle of 317.52º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51486 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 134 -
CMYK 0 0.89 0.26 0.29
HSL 317.52º 0.8% 0.39% -
HSV(B) 317.52º 0.89% 0.71% -
XYZ 23.61 12.05 23.63 -
YUV 81.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 181 20 134 0 0.89 0.26 0.29 317.52 0.8 0.39
Hex B5 14 86 0 59 1A 1D 13E 50 27
Octal 265 24 206 0 131 32 35 476 120 47
Binary 10110101 10100 10000110 0 1011001 11010 11101 100111110 1010000 100111

Color Harmonies of #B51486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51486

Black with #B51486

Text Example


Text Example

White with #B51486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51486; }

 p { color: rgb(181,20,134); }

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

background-color css

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

 a { background-color: rgb(181,20,134); }

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

border-color css

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

 span { border-color: rgb(181,20,134); }

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