Html Css Color HEX #B52076 Medium Red Violet

📋 copy color: '#B52076'

red 181 ◦ green 32 ◦ blue 118

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

Shades of Medium Red Violet #B52076

Tints of Medium Red Violet #B52076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 54.68%
G = 9.67%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B52076 (or 0xB52076) is known color: Medium Red Violet. HEX triplet: B5, 20 and 76. RGB value is (181,32,118). Sum of RGB (Red+Green+Blue) = 181+32+118=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B52076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52076 is #4ADF89. Grayscale: #565656. Windows color (decimal): -4906890 or 7741621. OLE color: 7741621.

HSL color Cylindrical-coordinate representation of color #B52076: hue angle of 325.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52076 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 118 -
CMYK 0 0.82 0.35 0.29
HSL 325.37º 0.7% 0.42% -
HSV(B) 325.37º 0.82% 0.71% -
XYZ 22.84 12.16 18.28 -
YUV 86.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 181 32 118 0 0.82 0.35 0.29 325.37 0.7 0.42
Hex B5 20 76 0 52 23 1D 145 46 2A
Octal 265 40 166 0 122 43 35 505 106 52
Binary 10110101 100000 1110110 0 1010010 100011 11101 101000101 1000110 101010

Color Harmonies of #B52076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52076

Black with #B52076

Text Example


Text Example

White with #B52076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52076; }

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

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

background-color css

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

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

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

border-color css

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

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

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