#B33478

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

Shades of Medium Red Violet #B33478

Tints of Medium Red Violet #B33478

Color information

#B33478 (or 0xB33478) is unknown color: approx Medium Red Violet. HEX triplet: B3, 34 and 78. RGB value is (179,52,120). Sum of RGB (Red+Green+Blue) = 179+52+120=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B33478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33478 is #4CCB87. Grayscale: #616161. Windows color (decimal): -5032840 or 7877811. OLE color: 7877811.

HSL color Cylindrical-coordinate representation of color #B33478: hue angle of 327.87º 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 #B33478 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17952120-
CMYK00.710.330.30
HSL327.87º54.98%45.29%-
HSV(B)327.87º70.95%70.2%-
XYZ23.2113.419.13-
YUV97.72140.58185.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=51.00%
G=14.81%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795212000.710.330.30327.8754.9845.29
HexB33478047211E148372d
Octal26364170010741365106755
Binary1011001111010011110000100011110000111110101001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33478; }

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

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

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

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

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

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

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

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