#B02A78

Color #B02A78 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B02A78

Tints of Medium Red Violet #B02A78

Color information

#B02A78 (or 0xB02A78) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 78. RGB value is (176,42,120). Sum of RGB (Red+Green+Blue) = 176+42+120=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A78 is #4FD587. Grayscale: #5A5A5A. Windows color (decimal): -5232008 or 7875248. OLE color: 7875248.

HSL color Cylindrical-coordinate representation of color #B02A78: hue angle of 325.07º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A78 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17642120-
CMYK00.760.320.31
HSL325.07º61.47%42.75%-
HSV(B)325.07º76.14%69.02%-
XYZ22.1212.2418.97-
YUV90.96144.39188.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=52.07%
G=12.43%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764212000.760.320.31325.0761.4742.75
HexB02A7804C201F1453d2b
Octal26052170011440375057553
Binary1011000010101011110000100110010000011111101000101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A78; }

 p { color: rgb(176,42,120); }

 H1.HeaderClassName
 {
   color: #B02A78;
 }
 .AnyTagClassName
 {
   color: #B02A78;
 }
</style>
background-color css

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

 a { background-color: rgb(176,42,120); }

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

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

 span { border-color: rgb(176,42,120); }

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