Html Css Color HEX #B51976 Medium Violet Red

📋 copy color: '#B51976'

red 181 ◦ green 25 ◦ blue 118

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

Shades of Medium Violet Red #B51976

Tints of Medium Violet Red #B51976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 55.86%
G = 7.72%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B51976 (or 0xB51976) is known color: Medium Violet Red. HEX triplet: B5, 19 and 76. RGB value is (181,25,118). Sum of RGB (Red+Green+Blue) = 181+25+118=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B51976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51976 is #4AE689. Grayscale: #525252. Windows color (decimal): -4908682 or 7739829. OLE color: 7739829.

HSL color Cylindrical-coordinate representation of color #B51976: hue angle of 324.23º 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 #B51976 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 118 -
CMYK 0 0.86 0.35 0.29
HSL 324.23º 0.76% 0.4% -
HSV(B) 324.23º 0.86% 0.71% -
XYZ 22.67 11.83 18.23 -
YUV 82.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 181 25 118 0 0.86 0.35 0.29 324.23 0.76 0.4
Hex B5 19 76 0 56 23 1D 144 4C 28
Octal 265 31 166 0 126 43 35 504 114 50
Binary 10110101 11001 1110110 0 1010110 100011 11101 101000100 1001100 101000

Color Harmonies of #B51976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51976

Black with #B51976

Text Example


Text Example

White with #B51976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51976; }

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

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

background-color css

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

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

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

border-color css

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

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

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