#BD17A0

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

Shades of Medium Violet Red #BD17A0

Tints of Medium Violet Red #BD17A0

Color information

#BD17A0 (or 0xBD17A0) is unknown color: approx Medium Violet Red. HEX triplet: BD, 17 and A0. RGB value is (189,23,160). Sum of RGB (Red+Green+Blue) = 189+23+160=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A0 is #42E85F. Grayscale: #575757. Windows color (decimal): -4384864 or 10491837. OLE color: 10491837.

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

Color convert

RGB18923160-
CMYK00.880.150.26
HSL310.48º78.3%41.57%-
HSV(B)310.48º87.83%74.12%-
XYZ27.6413.9734.5-
YUV88.25168.5199.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=50.81%
G=6.18%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892316000.880.150.26310.4878.341.57
HexBD17A0058F1A1364e2a
Octal275272400130173246611652
Binary101111011011110100000010110001111110101001101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD17A0; }

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

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

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

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

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

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

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

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