#B33E8E

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

Shades of Medium Red Violet #B33E8E

Tints of Medium Red Violet #B33E8E

Color information

#B33E8E (or 0xB33E8E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3E and 8E. RGB value is (179,62,142). Sum of RGB (Red+Green+Blue) = 179+62+142=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33E8E is #4CC171. Grayscale: #696969. Windows color (decimal): -5030258 or 9322163. OLE color: 9322163.

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

Color convert

RGB17962142-
CMYK00.650.210.30
HSL318.97º48.55%47.25%-
HSV(B)318.97º65.36%70.2%-
XYZ25.214.9827.16-
YUV106.1148.26180-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=46.74%
G=16.19%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796214200.650.210.30318.9748.5547.25
HexB33E8E041151E13f312f
Octal26376216010125364776157
Binary1011001111111010001110010000011010111110100111111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E8E; }

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

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

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

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

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

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

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

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