#B327A3

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

Shades of Medium Red Violet #B327A3

Tints of Medium Red Violet #B327A3

Color information

#B327A3 (or 0xB327A3) is unknown color: approx Medium Red Violet. HEX triplet: B3, 27 and A3. RGB value is (179,39,163). Sum of RGB (Red+Green+Blue) = 179+39+163=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B327A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B327A3 is #4CD85C. Grayscale: #5E5E5E. Windows color (decimal): -5036125 or 10692531. OLE color: 10692531.

HSL color Cylindrical-coordinate representation of color #B327A3: hue angle of 306.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B327A3 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17939163-
CMYK00.780.090.30
HSL306.86º64.22%42.75%-
HSV(B)306.86º78.21%70.2%-
XYZ25.9313.6835.92-
YUV95166.38187.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 163 (64.06% from 255) = 42.78%
R=46.98%
G=10.24%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793916300.780.090.30306.8664.2242.75
HexB327A304E91E133402b
Octal263472430116113646310053
Binary1011001110011110100011010011101001111101001100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B327A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B327A3; }

 p { color: rgb(179,39,163); }

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

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

 a { background-color: rgb(179,39,163); }

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

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

 span { border-color: rgb(179,39,163); }

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