#B33B7D

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

Shades of Medium Red Violet #B33B7D

Tints of Medium Red Violet #B33B7D

Color information

#B33B7D (or 0xB33B7D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3B and 7D. RGB value is (179,59,125). Sum of RGB (Red+Green+Blue) = 179+59+125=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B7D is #4CC482. Grayscale: #666666. Windows color (decimal): -5031043 or 8207283. OLE color: 8207283.

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

Color convert

RGB17959125-
CMYK00.670.300.30
HSL327º50.42%46.67%-
HSV(B)327º67.04%70.2%-
XYZ23.8614.1920.88-
YUV102.4140.76182.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=49.31%
G=16.25%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795912500.670.300.3032750.4246.67
HexB33B7D0431E1E147322f
Octal26373175010336365076257
Binary101100111110111111101010000111111011110101000111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B7D; }

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

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

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

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

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

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

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

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