#BD17AA

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

Shades of Medium Violet Red #BD17AA

Tints of Medium Violet Red #BD17AA

Color information

#BD17AA (or 0xBD17AA) is unknown color: approx Medium Violet Red. HEX triplet: BD, 17 and AA. RGB value is (189,23,170). Sum of RGB (Red+Green+Blue) = 189+23+170=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AA is #42E855. Grayscale: #585858. Windows color (decimal): -4384854 or 11147197. OLE color: 11147197.

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

Color convert

RGB18923170-
CMYK00.880.100.26
HSL306.87º78.3%41.57%-
HSV(B)306.87º87.83%74.12%-
XYZ28.5514.3339.29-
YUV89.39173.5199.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 23 (9.38% from 255) = 6.02%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=49.48%
G=6.02%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892317000.880.100.26306.8778.341.57
HexBD17AA058A1A1334e2a
Octal275272520130123246311652
Binary101111011011110101010010110001010110101001100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD17AA; }

 p { color: rgb(189,23,170); }

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

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

 a { background-color: rgb(189,23,170); }

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

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

 span { border-color: rgb(189,23,170); }

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