#B03B8E

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

Shades of Medium Red Violet #B03B8E

Tints of Medium Red Violet #B03B8E

Color information

#B03B8E (or 0xB03B8E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 8E. RGB value is (176,59,142). Sum of RGB (Red+Green+Blue) = 176+59+142=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B8E is #4FC471. Grayscale: #676767. Windows color (decimal): -5227634 or 9321392. OLE color: 9321392.

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

Color convert

RGB17659142-
CMYK00.660.190.31
HSL317.44º49.79%46.08%-
HSV(B)317.44º66.48%69.02%-
XYZ24.3514.3127.07-
YUV103.44149.76179.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 59 (23.44% from 255) = 15.65%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=46.68%
G=15.65%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765914200.660.190.31317.4449.7946.08
HexB03B8E042131F13d322e
Octal26073216010223374756256
Binary1011000011101110001110010000101001111111100111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B8E; }

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

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

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

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

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

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

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

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