#B33EA0

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

Shades of Medium Red Violet #B33EA0

Tints of Medium Red Violet #B33EA0

Color information

#B33EA0 (or 0xB33EA0) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3E and A0. RGB value is (179,62,160). Sum of RGB (Red+Green+Blue) = 179+62+160=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B33EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33EA0 is #4CC15F. Grayscale: #6B6B6B. Windows color (decimal): -5030240 or 10501811. OLE color: 10501811.

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

Color convert

RGB17962160-
CMYK00.650.110.30
HSL309.74º48.55%47.25%-
HSV(B)309.74º65.36%70.2%-
XYZ26.6615.5734.86-
YUV108.16157.26178.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=44.64%
G=15.46%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796216000.650.110.30309.7448.5547.25
HexB33EA0041B1E136312f
Octal26376240010113364666157
Binary101100111111101010000001000001101111110100110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33EA0; }

 p { color: rgb(179,62,160); }

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

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

 a { background-color: rgb(179,62,160); }

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

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

 span { border-color: rgb(179,62,160); }

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