#B33E93

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

Shades of Medium Red Violet #B33E93

Tints of Medium Red Violet #B33E93

Color information

#B33E93 (or 0xB33E93) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3E and 93. RGB value is (179,62,147). Sum of RGB (Red+Green+Blue) = 179+62+147=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33E93 is #4CC16C. Grayscale: #6A6A6A. Windows color (decimal): -5030253 or 9649843. OLE color: 9649843.

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

Color convert

RGB17962147-
CMYK00.650.180.30
HSL316.41º48.55%47.25%-
HSV(B)316.41º65.36%70.2%-
XYZ25.5815.1429.18-
YUV106.67150.76179.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 62 (24.61% from 255) = 15.98%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=46.13%
G=15.98%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796214700.650.180.30316.4148.5547.25
HexB33E93041121E13c312f
Octal26376223010122364746157
Binary1011001111111010010011010000011001011110100111100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E93; }

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

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

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

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

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

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

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

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