#B33B80

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

Shades of Medium Red Violet #B33B80

Tints of Medium Red Violet #B33B80

Color information

#B33B80 (or 0xB33B80) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3B and 80. RGB value is (179,59,128). Sum of RGB (Red+Green+Blue) = 179+59+128=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B80 is #4CC47F. Grayscale: #666666. Windows color (decimal): -5031040 or 8403891. OLE color: 8403891.

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

Color convert

RGB17959128-
CMYK00.670.280.30
HSL325.5º50.42%46.67%-
HSV(B)325.5º67.04%70.2%-
XYZ24.0514.2721.91-
YUV102.75142.26182.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 59 (23.44% from 255) = 16.12%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=48.91%
G=16.12%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795912800.670.280.30325.550.4246.67
HexB33B800431C1E146322f
Octal26373200010334365066257
Binary1011001111101110000000010000111110011110101000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B80; }

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

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

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

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

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

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

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

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