#B32B81

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

Shades of Medium Red Violet #B32B81

Tints of Medium Red Violet #B32B81

Color information

#B32B81 (or 0xB32B81) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2B and 81. RGB value is (179,43,129). Sum of RGB (Red+Green+Blue) = 179+43+129=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B81 is #4CD47E. Grayscale: #5D5D5D. Windows color (decimal): -5035135 or 8465331. OLE color: 8465331.

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

Color convert

RGB17943129-
CMYK00.760.280.30
HSL322.06º61.26%43.53%-
HSV(B)322.06º75.98%70.2%-
XYZ23.4212.922.02-
YUV93.47148.06189.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=51.00%
G=12.25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794312900.760.280.30322.0661.2643.53
HexB32B8104C1C1E1423d2c
Octal26353201011434365027554
Binary1011001110101110000001010011001110011110101000010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B81; }

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

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

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

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

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

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

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

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