#B33C82

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

Shades of Medium Red Violet #B33C82

Tints of Medium Red Violet #B33C82

Color information

#B33C82 (or 0xB33C82) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3C and 82. RGB value is (179,60,130). Sum of RGB (Red+Green+Blue) = 179+60+130=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C82 is #4CC37D. Grayscale: #676767. Windows color (decimal): -5030782 or 8535219. OLE color: 8535219.

HSL color Cylindrical-coordinate representation of color #B33C82: hue angle of 324.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C82 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17960130-
CMYK00.660.270.30
HSL324.71º49.79%46.86%-
HSV(B)324.71º66.48%70.2%-
XYZ24.2414.4322.63-
YUV103.56142.92181.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=48.51%
G=16.26%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796013000.660.270.30324.7149.7946.86
HexB33C820421B1E145322f
Octal26374202010233365056257
Binary1011001111110010000010010000101101111110101000101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C82; }

 p { color: rgb(179,60,130); }

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

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

 a { background-color: rgb(179,60,130); }

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

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

 span { border-color: rgb(179,60,130); }

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