#B03988

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

Shades of Medium Red Violet #B03988

Tints of Medium Red Violet #B03988

Color information

#B03988 (or 0xB03988) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 88. RGB value is (176,57,136). Sum of RGB (Red+Green+Blue) = 176+57+136=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B03988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03988 is #4FC677. Grayscale: #656565. Windows color (decimal): -5228152 or 8927664. OLE color: 8927664.

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

Color convert

RGB17657136-
CMYK00.680.230.31
HSL320.17º51.07%45.69%-
HSV(B)320.17º67.61%69.02%-
XYZ23.8113.9324.73-
YUV101.59147.42181.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=47.70%
G=15.45%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765713600.680.230.31320.1751.0745.69
HexB03988044171F140332e
Octal26071210010427375006356
Binary1011000011100110001000010001001011111111101000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03988; }

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

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

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

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

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

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

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

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