#B33B95

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

Shades of Medium Red Violet #B33B95

Tints of Medium Red Violet #B33B95

Color information

#B33B95 (or 0xB33B95) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3B and 95. RGB value is (179,59,149). Sum of RGB (Red+Green+Blue) = 179+59+149=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B95 is #4CC46A. Grayscale: #686868. Windows color (decimal): -5031019 or 9780147. OLE color: 9780147.

HSL color Cylindrical-coordinate representation of color #B33B95: hue angle of 315º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B95 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17959149-
CMYK00.670.170.30
HSL315º50.42%46.67%-
HSV(B)315º67.04%70.2%-
XYZ25.5814.8829.96-
YUV105.14152.76180.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 59 (23.44% from 255) = 15.25%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=46.25%
G=15.25%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795914900.670.170.3031550.4246.67
HexB33B95043111E13b322f
Octal26373225010321364736257
Binary1011001111101110010101010000111000111110100111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B95; }

 p { color: rgb(179,59,149); }

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

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

 a { background-color: rgb(179,59,149); }

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

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

 span { border-color: rgb(179,59,149); }

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