#BD1AA2

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

Shades of Medium Violet Red #BD1AA2

Tints of Medium Violet Red #BD1AA2

Color information

#BD1AA2 (or 0xBD1AA2) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1A and A2. RGB value is (189,26,162). Sum of RGB (Red+Green+Blue) = 189+26+162=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1AA2 is #42E55D. Grayscale: #595959. Windows color (decimal): -4384094 or 10623677. OLE color: 10623677.

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

Color convert

RGB18926162-
CMYK00.860.140.26
HSL309.94º75.81%42.16%-
HSV(B)309.94º86.24%74.12%-
XYZ27.8814.1735.45-
YUV90.24168.5198.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 26 (10.55% from 255) = 6.90%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=50.13%
G=6.90%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892616200.860.140.26309.9475.8142.16
HexBD1AA2056E1A1364c2a
Octal275322420126163246611452
Binary101111011101010100010010101101110110101001101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1AA2; }

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

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

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

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

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

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

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

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