#B03B88

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

Shades of Medium Red Violet #B03B88

Tints of Medium Red Violet #B03B88

Color information

#B03B88 (or 0xB03B88) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 88. RGB value is (176,59,136). Sum of RGB (Red+Green+Blue) = 176+59+136=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B88 is #4FC477. Grayscale: #666666. Windows color (decimal): -5227640 or 8928176. OLE color: 8928176.

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

Color convert

RGB17659136-
CMYK00.660.230.31
HSL320.51º49.79%46.08%-
HSV(B)320.51º66.48%69.02%-
XYZ23.9114.1424.76-
YUV102.76146.76180.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=47.44%
G=15.90%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765913600.660.230.31320.5149.7946.08
HexB03B88042171F141322e
Octal26073210010227375016256
Binary1011000011101110001000010000101011111111101000001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B88; }

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

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

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

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

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

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

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

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