#B02F78

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

Shades of Medium Red Violet #B02F78

Tints of Medium Red Violet #B02F78

Color information

#B02F78 (or 0xB02F78) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 78. RGB value is (176,47,120). Sum of RGB (Red+Green+Blue) = 176+47+120=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F78 is #4FD087. Grayscale: #5D5D5D. Windows color (decimal): -5230728 or 7876528. OLE color: 7876528.

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

Color convert

RGB17647120-
CMYK00.730.320.31
HSL326.05º57.85%43.73%-
HSV(B)326.05º73.3%69.02%-
XYZ22.3112.6219.03-
YUV93.89142.74186.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=51.31%
G=13.70%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764712000.730.320.31326.0557.8543.73
HexB02F78049201F1463a2c
Octal26057170011140375067254
Binary1011000010111111110000100100110000011111101000110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F78; }

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

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

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

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

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

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

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

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