#B03796

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

Shades of Medium Red Violet #B03796

Tints of Medium Red Violet #B03796

Color information

#B03796 (or 0xB03796) is unknown color: approx Medium Red Violet. HEX triplet: B0, 37 and 96. RGB value is (176,55,150). Sum of RGB (Red+Green+Blue) = 176+55+150=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B03796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03796 is #4FC869. Grayscale: #656565. Windows color (decimal): -5228650 or 9844656. OLE color: 9844656.

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

Color convert

RGB17655150-
CMYK00.690.150.31
HSL312.89º52.38%45.29%-
HSV(B)312.89º68.75%69.02%-
XYZ24.7814.1630.28-
YUV102.01155.09180.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=46.19%
G=14.44%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765515000.690.150.31312.8952.3845.29
HexB03796045F1F139342d
Octal26067226010517374716455
Binary101100001101111001011001000101111111111100111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03796; }

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

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

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

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

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

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

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

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