#B02F9B

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

Shades of Medium Red Violet #B02F9B

Tints of Medium Red Violet #B02F9B

Color information

#B02F9B (or 0xB02F9B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 9B. RGB value is (176,47,155). Sum of RGB (Red+Green+Blue) = 176+47+155=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02F9B is #4FD064. Grayscale: #616161. Windows color (decimal): -5230693 or 10170288. OLE color: 10170288.

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

Color convert

RGB17647155-
CMYK00.730.120.31
HSL309.77º57.85%43.73%-
HSV(B)309.77º73.3%69.02%-
XYZ24.8413.6332.33-
YUV97.88160.24183.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 47 (18.75% from 255) = 12.43%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=46.56%
G=12.43%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764715500.730.120.31309.7757.8543.73
HexB02F9B049C1F1363a2c
Octal26057233011114374667254
Binary101100001011111001101101001001110011111100110110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F9B; }

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

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

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

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

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

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

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

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