#b02a79

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

Shades of Medium Red Violet #B02A79

Tints of Medium Red Violet #B02A79

Color information

#B02A79 (or 0xB02A79) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 79. RGB value is (176,42,121). Sum of RGB (Red+Green+Blue) = 176+42+121=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A79 is #4FD586. Grayscale: #5A5A5A. Windows color (decimal): -5232007 or 7940784. OLE color: 7940784.

HSL color Cylindrical-coordinate representation of color #B02A79: hue angle of 324.63º 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 #B02A79 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17642121-
CMYK00.760.310.31
HSL324.63º61.47%42.75%-
HSV(B)324.63º76.14%69.02%-
XYZ22.1812.2719.29-
YUV91.07144.89188.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=51.92%
G=12.39%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764212100.760.310.31324.6361.4742.75
HexB02A7904C1F1F1453d2b
Octal26052171011437375057553
Binary101100001010101111001010011001111111111101000101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02a79; }

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

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

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

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

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

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

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

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