#B03B9E

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

Shades of Medium Red Violet #B03B9E

Tints of Medium Red Violet #B03B9E

Color information

#B03B9E (or 0xB03B9E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 9E. RGB value is (176,59,158). Sum of RGB (Red+Green+Blue) = 176+59+158=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B9E is #4FC461. Grayscale: #686868. Windows color (decimal): -5227618 or 10369968. OLE color: 10369968.

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

Color convert

RGB17659158-
CMYK00.660.100.31
HSL309.23º49.79%46.08%-
HSV(B)309.23º66.48%69.02%-
XYZ25.6414.8333.86-
YUV105.27157.76178.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=44.78%
G=15.01%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765915800.660.100.31309.2349.7946.08
HexB03B9E042A1F135322e
Octal26073236010212374656256
Binary101100001110111001111001000010101011111100110101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B9E; }

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

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

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

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

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

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

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

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