#BD1AA3

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

Shades of Medium Violet Red #BD1AA3

Tints of Medium Violet Red #BD1AA3

Color information

#BD1AA3 (or 0xBD1AA3) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1A and A3. RGB value is (189,26,163). Sum of RGB (Red+Green+Blue) = 189+26+163=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1AA3 is #42E55C. Grayscale: #595959. Windows color (decimal): -4384093 or 10689213. OLE color: 10689213.

HSL color Cylindrical-coordinate representation of color #BD1AA3: hue angle of 309.57º 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 #BD1AA3 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18926163-
CMYK00.860.140.26
HSL309.57º75.81%42.16%-
HSV(B)309.57º86.24%74.12%-
XYZ27.9714.235.92-
YUV90.35169198.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 6.88%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=50%
G=6.88%
B=43.12%

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
Decimal1892616300.860.140.26309.5775.8142.16
HexBD1AA3056E1A1364c2a
Octal275322430126163246611452
Binary101111011101010100011010101101110110101001101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1AA3; }

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

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

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

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

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

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

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

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