#B320A6

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

Shades of Medium Violet Red #B320A6

Tints of Medium Violet Red #B320A6

Color information

#B320A6 (or 0xB320A6) is unknown color: approx Medium Violet Red. HEX triplet: B3, 20 and A6. RGB value is (179,32,166). Sum of RGB (Red+Green+Blue) = 179+32+166=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A6 is #4CDF59. Grayscale: #5A5A5A. Windows color (decimal): -5037914 or 10887347. OLE color: 10887347.

HSL color Cylindrical-coordinate representation of color #B320A6: hue angle of 305.31º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B320A6 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17932166-
CMYK00.820.070.30
HSL305.31º69.67%41.37%-
HSV(B)305.31º82.12%70.2%-
XYZ25.9913.3737.29-
YUV91.23170.2190.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=47.48%
G=8.49%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793216600.820.070.30305.3169.6741.37
HexB320A605271E1314629
Octal26340246012273646110651
Binary101100111000001010011001010010111111101001100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B320A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B320A6; }

 p { color: rgb(179,32,166); }

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

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

 a { background-color: rgb(179,32,166); }

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

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

 span { border-color: rgb(179,32,166); }

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