Html Css Color HEX #B51986 Medium Violet Red

📋 copy color: '#B51986'

red 181 ◦ green 25 ◦ blue 134

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

Shades of Medium Violet Red #B51986

Tints of Medium Violet Red #B51986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 53.24%
G = 7.35%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B51986 (or 0xB51986) is known color: Medium Violet Red. HEX triplet: B5, 19 and 86. RGB value is (181,25,134). Sum of RGB (Red+Green+Blue) = 181+25+134=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B51986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51986 is #4AE679. Grayscale: #535353. Windows color (decimal): -4908666 or 8788405. OLE color: 8788405.

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

Color convert

RGB 181 25 134 -
CMYK 0 0.86 0.26 0.29
HSL 318.08º 0.76% 0.4% -
HSV(B) 318.08º 0.86% 0.71% -
XYZ 23.71 12.24 23.67 -
YUV 84.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 181 25 134 0 0.86 0.26 0.29 318.08 0.76 0.4
Hex B5 19 86 0 56 1A 1D 13E 4C 28
Octal 265 31 206 0 126 32 35 476 114 50
Binary 10110101 11001 10000110 0 1010110 11010 11101 100111110 1001100 101000

Color Harmonies of #B51986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51986

Black with #B51986

Text Example


Text Example

White with #B51986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51986; }

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

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

background-color css

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

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

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

border-color css

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

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

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