#B03B86

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

Shades of Medium Red Violet #B03B86

Tints of Medium Red Violet #B03B86

Color information

#B03B86 (or 0xB03B86) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 86. RGB value is (176,59,134). Sum of RGB (Red+Green+Blue) = 176+59+134=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B86 is #4FC479. Grayscale: #666666. Windows color (decimal): -5227642 or 8797104. OLE color: 8797104.

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

Color convert

RGB17659134-
CMYK00.660.240.31
HSL321.54º49.79%46.08%-
HSV(B)321.54º66.48%69.02%-
XYZ23.7714.0824.02-
YUV102.53145.76180.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=47.70%
G=15.99%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765913400.660.240.31321.5449.7946.08
HexB03B86042181F142322e
Octal26073206010230375026256
Binary1011000011101110000110010000101100011111101000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B86; }

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

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

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

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

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

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

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

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