#B03E96

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

Shades of Medium Red Violet #B03E96

Tints of Medium Red Violet #B03E96

Color information

#B03E96 (or 0xB03E96) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3E and 96. RGB value is (176,62,150). Sum of RGB (Red+Green+Blue) = 176+62+150=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03E96 is #4FC169. Grayscale: #696969. Windows color (decimal): -5226858 or 9846448. OLE color: 9846448.

HSL color Cylindrical-coordinate representation of color #B03E96: hue angle of 313.68º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E96 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17662150-
CMYK00.650.150.31
HSL313.68º47.9%46.67%-
HSV(B)313.68º64.77%69.02%-
XYZ25.1314.8830.4-
YUV106.12152.77177.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=45.36%
G=15.98%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766215000.650.150.31313.6847.946.67
HexB03E96041F1F13a302f
Octal26076226010117374726057
Binary101100001111101001011001000001111111111100111010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E96; }

 p { color: rgb(176,62,150); }

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

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

 a { background-color: rgb(176,62,150); }

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

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

 span { border-color: rgb(176,62,150); }

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