#B02488

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

Shades of Medium Red Violet #B02488

Tints of Medium Red Violet #B02488

Color information

#B02488 (or 0xB02488) is unknown color: approx Medium Red Violet. HEX triplet: B0, 24 and 88. RGB value is (176,36,136). Sum of RGB (Red+Green+Blue) = 176+36+136=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B02488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02488 is #4FDB77. Grayscale: #595959. Windows color (decimal): -5233528 or 8922288. OLE color: 8922288.

HSL color Cylindrical-coordinate representation of color #B02488: hue angle of 317.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02488 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17636136-
CMYK00.800.230.31
HSL317.14º66.04%41.57%-
HSV(B)317.14º79.55%69.02%-
XYZ22.9812.2724.45-
YUV89.26154.38189.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 36 (14.45% from 255) = 10.34%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=50.57%
G=10.34%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763613600.800.230.31317.1466.0441.57
HexB02488050171F13d422a
Octal260442100120273747510252
Binary10110000100100100010000101000010111111111001111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02488; }

 p { color: rgb(176,36,136); }

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

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

 a { background-color: rgb(176,36,136); }

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

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

 span { border-color: rgb(176,36,136); }

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