#B20D9A

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

Shades of Medium Violet Red #B20D9A

Tints of Medium Violet Red #B20D9A

Color information

#B20D9A (or 0xB20D9A) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0D and 9A. RGB value is (178,13,154). Sum of RGB (Red+Green+Blue) = 178+13+154=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D9A is #4DF265. Grayscale: #4E4E4E. Windows color (decimal): -5108326 or 10096050. OLE color: 10096050.

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

Color convert

RGB17813154-
CMYK00.930.130.30
HSL308.73º86.39%37.45%-
HSV(B)308.73º92.7%69.8%-
XYZ24.3412.0931.62-
YUV78.41170.66199.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 13 (5.47% from 255) = 3.77%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=51.59%
G=3.77%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781315400.930.130.30308.7386.3937.45
HexB2D9A05DD1E1355625
Octal262152320135153646512645
Binary10110010110110011010010111011101111101001101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D9A; }

 p { color: rgb(178,13,154); }

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

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

 a { background-color: rgb(178,13,154); }

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

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

 span { border-color: rgb(178,13,154); }

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