#B33C94

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

Shades of Medium Red Violet #B33C94

Tints of Medium Red Violet #B33C94

Color information

#B33C94 (or 0xB33C94) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3C and 94. RGB value is (179,60,148). Sum of RGB (Red+Green+Blue) = 179+60+148=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C94 is #4CC36B. Grayscale: #696969. Windows color (decimal): -5030764 or 9714867. OLE color: 9714867.

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

Color convert

RGB17960148-
CMYK00.660.170.30
HSL315.63º49.79%46.86%-
HSV(B)315.63º66.48%70.2%-
XYZ25.5514.9529.56-
YUV105.61151.92180.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=46.25%
G=15.50%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796014800.660.170.30315.6349.7946.86
HexB33C94042111E13c322f
Octal26374224010221364746257
Binary1011001111110010010100010000101000111110100111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C94; }

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

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

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

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

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

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

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

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