#B02F9F

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

Shades of Medium Red Violet #B02F9F

Tints of Medium Red Violet #B02F9F

Color information

#B02F9F (or 0xB02F9F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 9F. RGB value is (176,47,159). Sum of RGB (Red+Green+Blue) = 176+47+159=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02F9F is #4FD060. Grayscale: #626262. Windows color (decimal): -5230689 or 10432432. OLE color: 10432432.

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

Color convert

RGB17647159-
CMYK00.730.100.31
HSL307.91º57.85%43.73%-
HSV(B)307.91º73.3%69.02%-
XYZ25.1813.7734.13-
YUV98.34162.24183.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 47 (18.75% from 255) = 12.30%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=46.07%
G=12.30%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764715900.730.100.31307.9157.8543.73
HexB02F9F049A1F1343a2c
Octal26057237011112374647254
Binary101100001011111001111101001001101011111100110100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F9F; }

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

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

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

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

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

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

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

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