#B02F83

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

Shades of Medium Red Violet #B02F83

Tints of Medium Red Violet #B02F83

Color information

#B02F83 (or 0xB02F83) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2F and 83. RGB value is (176,47,131). Sum of RGB (Red+Green+Blue) = 176+47+131=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02F83 is #4FD07C. Grayscale: #5E5E5E. Windows color (decimal): -5230717 or 8597424. OLE color: 8597424.

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

Color convert

RGB17647131-
CMYK00.730.260.31
HSL320.93º57.85%43.73%-
HSV(B)320.93º73.3%69.02%-
XYZ23.0212.922.75-
YUV95.15148.24185.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 47 (18.75% from 255) = 13.28%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=49.72%
G=13.28%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764713100.730.260.31320.9357.8543.73
HexB02F830491A1F1413a2c
Octal26057203011132375017254
Binary1011000010111110000011010010011101011111101000001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F83; }

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

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

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

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

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

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

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

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