#B33876

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

Shades of Medium Red Violet #B33876

Tints of Medium Red Violet #B33876

Color information

#B33876 (or 0xB33876) is unknown color: approx Medium Red Violet. HEX triplet: B3, 38 and 76. RGB value is (179,56,118). Sum of RGB (Red+Green+Blue) = 179+56+118=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B33876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33876 is #4CC789. Grayscale: #636363. Windows color (decimal): -5031818 or 7747763. OLE color: 7747763.

HSL color Cylindrical-coordinate representation of color #B33876: hue angle of 329.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33876 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17956118-
CMYK00.690.340.30
HSL329.76º52.34%46.08%-
HSV(B)329.76º68.72%70.2%-
XYZ23.2713.7218.56-
YUV99.84138.25184.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=50.71%
G=15.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795611800.690.340.30329.7652.3446.08
HexB33876045221E14a342e
Octal26370166010542365126456
Binary1011001111100011101100100010110001011110101001010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33876; }

 p { color: rgb(179,56,118); }

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

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

 a { background-color: rgb(179,56,118); }

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

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

 span { border-color: rgb(179,56,118); }

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