#B20BA5

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

Shades of Medium Violet Red #B20BA5

Tints of Medium Violet Red #B20BA5

Color information

#B20BA5 (or 0xB20BA5) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0B and A5. RGB value is (178,11,165). Sum of RGB (Red+Green+Blue) = 178+11+165=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA5 is #4DF45A. Grayscale: #4E4E4E. Windows color (decimal): -5108827 or 10816434. OLE color: 10816434.

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

Color convert

RGB17811165-
CMYK00.940.070.30
HSL304.67º88.36%37.06%-
HSV(B)304.67º93.82%69.8%-
XYZ25.2712.4236.66-
YUV78.49176.83198.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 11 (4.69% from 255) = 3.11%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=50.28%
G=3.11%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781116500.940.070.30304.6788.3637.06
HexB2BA505E71E1315825
Octal26213245013673646113045
Binary1011001010111010010101011110111111101001100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20BA5; }

 p { color: rgb(178,11,165); }

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

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

 a { background-color: rgb(178,11,165); }

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

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

 span { border-color: rgb(178,11,165); }

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