#B33C83

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

Shades of Medium Red Violet #B33C83

Tints of Medium Red Violet #B33C83

Color information

#B33C83 (or 0xB33C83) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3C and 83. RGB value is (179,60,131). Sum of RGB (Red+Green+Blue) = 179+60+131=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C83 is #4CC37C. Grayscale: #676767. Windows color (decimal): -5030781 or 8600755. OLE color: 8600755.

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

Color convert

RGB17960131-
CMYK00.660.270.30
HSL324.2º49.79%46.86%-
HSV(B)324.2º66.48%70.2%-
XYZ24.314.4522.98-
YUV103.68143.42181.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=48.38%
G=16.22%
B=35.41%

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
Decimal1796013100.660.270.30324.249.7946.86
HexB33C830421B1E144322f
Octal26374203010233365046257
Binary1011001111110010000011010000101101111110101000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C83; }

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

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

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

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

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

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

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

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