#B32B75

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

Shades of Medium Red Violet #B32B75

Tints of Medium Red Violet #B32B75

Color information

#B32B75 (or 0xB32B75) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2B and 75. RGB value is (179,43,117). Sum of RGB (Red+Green+Blue) = 179+43+117=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B75 is #4CD48A. Grayscale: #5B5B5B. Windows color (decimal): -5035147 or 7678899. OLE color: 7678899.

HSL color Cylindrical-coordinate representation of color #B32B75: hue angle of 327.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B75 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17943117-
CMYK00.760.350.30
HSL327.35º61.26%43.53%-
HSV(B)327.35º75.98%70.2%-
XYZ22.6712.618.07-
YUV92.1142.06189.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=52.80%
G=12.68%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794311700.760.350.30327.3561.2643.53
HexB32B7504C231E1473d2c
Octal26353165011443365077554
Binary1011001110101111101010100110010001111110101000111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B75; }

 p { color: rgb(179,43,117); }

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

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

 a { background-color: rgb(179,43,117); }

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

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

 span { border-color: rgb(179,43,117); }

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