Html Css Color HEX #B52178 Medium Red Violet

📋 copy color: '#B52178'

red 181 ◦ green 33 ◦ blue 120

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

Shades of Medium Red Violet #B52178

Tints of Medium Red Violet #B52178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 54.19%
G = 9.88%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B52178 (or 0xB52178) is known color: Medium Red Violet. HEX triplet: B5, 21 and 78. RGB value is (181,33,120). Sum of RGB (Red+Green+Blue) = 181+33+120=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52178 is #4ADE87. Grayscale: #565656. Windows color (decimal): -4906632 or 7872949. OLE color: 7872949.

HSL color Cylindrical-coordinate representation of color #B52178: hue angle of 324.73º degrees, saturation: 0.69, 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 #B52178 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 120 -
CMYK 0 0.82 0.34 0.29
HSL 324.73º 0.69% 0.42% -
HSV(B) 324.73º 0.82% 0.71% -
XYZ 22.99 12.27 18.93 -
YUV 87.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 181 33 120 0 0.82 0.34 0.29 324.73 0.69 0.42
Hex B5 21 78 0 52 22 1D 145 45 2A
Octal 265 41 170 0 122 42 35 505 105 52
Binary 10110101 100001 1111000 0 1010010 100010 11101 101000101 1000101 101010

Color Harmonies of #B52178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52178

Black with #B52178

Text Example


Text Example

White with #B52178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52178; }

 p { color: rgb(181,33,120); }

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

background-color css

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

 a { background-color: rgb(181,33,120); }

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

border-color css

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

 span { border-color: rgb(181,33,120); }

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