#B33A8E

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

Shades of Medium Red Violet #B33A8E

Tints of Medium Red Violet #B33A8E

Color information

#B33A8E (or 0xB33A8E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3A and 8E. RGB value is (179,58,142). Sum of RGB (Red+Green+Blue) = 179+58+142=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A8E is #4CC571. Grayscale: #676767. Windows color (decimal): -5031282 or 9321139. OLE color: 9321139.

HSL color Cylindrical-coordinate representation of color #B33A8E: hue angle of 318.35º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A8E is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17958142-
CMYK00.680.210.30
HSL318.35º51.05%46.47%-
HSV(B)318.35º67.6%70.2%-
XYZ24.9914.5627.09-
YUV103.76149.59181.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=47.23%
G=15.30%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795814200.680.210.30318.3551.0546.47
HexB33A8E044151E13e332e
Octal26372216010425364766356
Binary1011001111101010001110010001001010111110100111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A8E; }

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

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

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

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

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

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

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

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