#BD20A2

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

Shades of Medium Violet Red #BD20A2

Tints of Medium Violet Red #BD20A2

Color information

#BD20A2 (or 0xBD20A2) is unknown color: approx Medium Violet Red. HEX triplet: BD, 20 and A2. RGB value is (189,32,162). Sum of RGB (Red+Green+Blue) = 189+32+162=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20A2 is #42DF5D. Grayscale: #5D5D5D. Windows color (decimal): -4382558 or 10625213. OLE color: 10625213.

HSL color Cylindrical-coordinate representation of color #BD20A2: hue angle of 310.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20A2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18932162-
CMYK00.830.140.26
HSL310.32º71.04%43.33%-
HSV(B)310.32º83.07%74.12%-
XYZ28.0214.4635.5-
YUV93.76166.51195.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 32 (12.89% from 255) = 8.36%
BLUE value IS 162 (63.67% from 255) = 42.30%
R=49.35%
G=8.36%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893216200.830.140.26310.3271.0443.33
HexBD20A2053E1A136472b
Octal275402420123163246610753
Binary1011110110000010100010010100111110110101001101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD20A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD20A2; }

 p { color: rgb(189,32,162); }

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

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

 a { background-color: rgb(189,32,162); }

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

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

 span { border-color: rgb(189,32,162); }

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