Html Css Color HEX #B52278 Medium Red Violet

📋 copy color: '#B52278'

red 181 ◦ green 34 ◦ blue 120

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

Shades of Medium Red Violet #B52278

Tints of Medium Red Violet #B52278

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 54.03%
G = 10.15%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B52278 (or 0xB52278) is known color: Medium Red Violet. HEX triplet: B5, 22 and 78. RGB value is (181,34,120). Sum of RGB (Red+Green+Blue) = 181+34+120=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52278 is #4ADD87. Grayscale: #575757. Windows color (decimal): -4906376 or 7873205. OLE color: 7873205.

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

Color convert

RGB 181 34 120 -
CMYK 0 0.81 0.34 0.29
HSL 324.9º 0.68% 0.42% -
HSV(B) 324.9º 0.81% 0.71% -
XYZ 23.02 12.32 18.93 -
YUV 87.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 181 34 120 0 0.81 0.34 0.29 324.9 0.68 0.42
Hex B5 22 78 0 51 22 1D 145 44 2A
Octal 265 42 170 0 121 42 35 505 104 52
Binary 10110101 100010 1111000 0 1010001 100010 11101 101000101 1000100 101010

Color Harmonies of #B52278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52278

Black with #B52278

Text Example


Text Example

White with #B52278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52278; }

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

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

background-color css

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

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

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

border-color css

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

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

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