#b33e9a

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

Shades of Medium Red Violet #B33E9A

Tints of Medium Red Violet #B33E9A

Color information

#B33E9A (or 0xB33E9A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3E and 9A. RGB value is (179,62,154). Sum of RGB (Red+Green+Blue) = 179+62+154=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33E9A is #4CC165. Grayscale: #6B6B6B. Windows color (decimal): -5030246 or 10108595. OLE color: 10108595.

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

Color convert

RGB17962154-
CMYK00.650.140.30
HSL312.82º48.55%47.25%-
HSV(B)312.82º65.36%70.2%-
XYZ26.1515.3632.16-
YUV107.47154.26179.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=45.32%
G=15.70%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796215400.650.140.30312.8248.5547.25
HexB33E9A041E1E139312f
Octal26376232010116364716157
Binary101100111111101001101001000001111011110100111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33e9a; }

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

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

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

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

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

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

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

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