#B33977

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

Shades of Medium Red Violet #B33977

Tints of Medium Red Violet #B33977

Color information

#B33977 (or 0xB33977) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and 77. RGB value is (179,57,119). Sum of RGB (Red+Green+Blue) = 179+57+119=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B33977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33977 is #4CC688. Grayscale: #646464. Windows color (decimal): -5031561 or 7813555. OLE color: 7813555.

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

Color convert

RGB17957119-
CMYK00.680.340.30
HSL329.51º51.69%46.27%-
HSV(B)329.51º68.16%70.2%-
XYZ23.3813.8418.89-
YUV100.55138.42183.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=50.42%
G=16.06%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795711900.680.340.30329.5151.6946.27
HexB33977044221E14a342e
Octal26371167010442365126456
Binary1011001111100111101110100010010001011110101001010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33977; }

 p { color: rgb(179,57,119); }

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

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

 a { background-color: rgb(179,57,119); }

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

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

 span { border-color: rgb(179,57,119); }

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