#B320A7

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

Shades of Medium Violet Red #B320A7

Tints of Medium Violet Red #B320A7

Color information

#B320A7 (or 0xB320A7) is unknown color: approx Medium Violet Red. HEX triplet: B3, 20 and A7. RGB value is (179,32,167). Sum of RGB (Red+Green+Blue) = 179+32+167=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B320A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320A7 is #4CDF58. Grayscale: #5A5A5A. Windows color (decimal): -5037913 or 10952883. OLE color: 10952883.

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

Color convert

RGB17932167-
CMYK00.820.070.30
HSL304.9º69.67%41.37%-
HSV(B)304.9º82.12%70.2%-
XYZ26.0813.4137.77-
YUV91.34170.7190.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 32 (12.89% from 255) = 8.47%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=47.35%
G=8.47%
B=44.18%

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
Decimal1793216700.820.070.30304.969.6741.37
HexB320A705271E1314629
Octal26340247012273646110651
Binary101100111000001010011101010010111111101001100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B320A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B320A7; }

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

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

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

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

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

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

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

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