#BD16A8

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

Shades of Medium Violet Red #BD16A8

Tints of Medium Violet Red #BD16A8

Color information

#BD16A8 (or 0xBD16A8) is unknown color: approx Medium Violet Red. HEX triplet: BD, 16 and A8. RGB value is (189,22,168). Sum of RGB (Red+Green+Blue) = 189+22+168=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16A8 is #42E957. Grayscale: #585858. Windows color (decimal): -4385112 or 11015869. OLE color: 11015869.

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

Color convert

RGB18922168-
CMYK00.880.110.26
HSL307.54º79.15%41.37%-
HSV(B)307.54º88.36%74.12%-
XYZ28.3414.2238.3-
YUV88.58172.83199.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 22 (8.98% from 255) = 5.80%
BLUE value IS 168 (66.02% from 255) = 44.33%
R=49.87%
G=5.80%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892216800.880.110.26307.5479.1541.37
HexBD16A8058B1A1344f29
Octal275262500130133246411751
Binary101111011011010101000010110001011110101001101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD16A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD16A8; }

 p { color: rgb(189,22,168); }

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

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

 a { background-color: rgb(189,22,168); }

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

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

 span { border-color: rgb(189,22,168); }

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