#B02293

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

Shades of Medium Red Violet #B02293

Tints of Medium Red Violet #B02293

Color information

#B02293 (or 0xB02293) is unknown color: approx Medium Red Violet. HEX triplet: B0, 22 and 93. RGB value is (176,34,147). Sum of RGB (Red+Green+Blue) = 176+34+147=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B02293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02293 is #4FDD6C. Grayscale: #595959. Windows color (decimal): -5234029 or 9642672. OLE color: 9642672.

HSL color Cylindrical-coordinate representation of color #B02293: hue angle of 312.25º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02293 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17634147-
CMYK00.810.160.31
HSL312.25º67.62%41.18%-
HSV(B)312.25º80.68%69.02%-
XYZ23.7412.4828.76-
YUV89.34160.54189.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=49.30%
G=9.52%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763414700.810.160.31312.2567.6241.18
HexB02293051101F1384429
Octal260422230121203747010451
Binary10110000100010100100110101000110000111111001110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02293; }

 p { color: rgb(176,34,147); }

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

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

 a { background-color: rgb(176,34,147); }

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

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

 span { border-color: rgb(176,34,147); }

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