#B03996

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

Shades of Medium Red Violet #B03996

Tints of Medium Red Violet #B03996

Color information

#B03996 (or 0xB03996) is unknown color: approx Medium Red Violet. HEX triplet: B0, 39 and 96. RGB value is (176,57,150). Sum of RGB (Red+Green+Blue) = 176+57+150=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B03996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03996 is #4FC669. Grayscale: #666666. Windows color (decimal): -5228138 or 9845168. OLE color: 9845168.

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

Color convert

RGB17657150-
CMYK00.680.150.31
HSL313.11º51.07%45.69%-
HSV(B)313.11º67.61%69.02%-
XYZ24.8714.3630.31-
YUV103.18154.42179.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=45.95%
G=14.88%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765715000.680.150.31313.1151.0745.69
HexB03996044F1F139332e
Octal26071226010417374716356
Binary101100001110011001011001000100111111111100111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03996; }

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

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

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

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

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

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

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

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