#B32BA1

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

Shades of Medium Red Violet #B32BA1

Tints of Medium Red Violet #B32BA1

Color information

#B32BA1 (or 0xB32BA1) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2B and A1. RGB value is (179,43,161). Sum of RGB (Red+Green+Blue) = 179+43+161=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BA1 is #4CD45E. Grayscale: #606060. Windows color (decimal): -5035103 or 10562483. OLE color: 10562483.

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

Color convert

RGB17943161-
CMYK00.760.100.30
HSL307.94º61.26%43.53%-
HSV(B)307.94º75.98%70.2%-
XYZ25.8913.8835.03-
YUV97.12164.06186.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 161 (63.28% from 255) = 42.04%
R=46.74%
G=11.23%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794316100.760.100.30307.9461.2643.53
HexB32BA104CA1E1343d2c
Octal26353241011412364647554
Binary101100111010111010000101001100101011110100110100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32BA1; }

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

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

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

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

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

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

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

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