#B33477

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

Shades of Medium Red Violet #B33477

Tints of Medium Red Violet #B33477

Color information

#B33477 (or 0xB33477) is unknown color: approx Medium Red Violet. HEX triplet: B3, 34 and 77. RGB value is (179,52,119). Sum of RGB (Red+Green+Blue) = 179+52+119=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B33477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33477 is #4CCB88. Grayscale: #616161. Windows color (decimal): -5032841 or 7812275. OLE color: 7812275.

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

Color convert

RGB17952119-
CMYK00.710.340.30
HSL328.35º54.98%45.29%-
HSV(B)328.35º70.95%70.2%-
XYZ23.1513.3718.81-
YUV97.61140.08186.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 119 (46.88% from 255) = 34%
R=51.14%
G=14.86%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795211900.710.340.30328.3554.9845.29
HexB33477047221E148372d
Octal26364167010742365106755
Binary1011001111010011101110100011110001011110101001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33477; }

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

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

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

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

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

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

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

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