#B33E9E

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

Shades of Medium Red Violet #B33E9E

Tints of Medium Red Violet #B33E9E

Color information

#B33E9E (or 0xB33E9E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3E and 9E. RGB value is (179,62,158). Sum of RGB (Red+Green+Blue) = 179+62+158=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33E9E is #4CC161. Grayscale: #6B6B6B. Windows color (decimal): -5030242 or 10370739. OLE color: 10370739.

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

Color convert

RGB17962158-
CMYK00.650.120.30
HSL310.77º48.55%47.25%-
HSV(B)310.77º65.36%70.2%-
XYZ26.4815.533.94-
YUV107.93156.26178.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=44.86%
G=15.54%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796215800.650.120.30310.7748.5547.25
HexB33E9E041C1E137312f
Octal26376236010114364676157
Binary101100111111101001111001000001110011110100110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E9E; }

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

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

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

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

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

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

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

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