#BD16B0

Color #BD16B0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD16B0

Tints of Deep Magenta #BD16B0

Color information

#BD16B0 (or 0xBD16B0) is unknown color: approx Deep Magenta. HEX triplet: BD, 16 and B0. RGB value is (189,22,176). Sum of RGB (Red+Green+Blue) = 189+22+176=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16B0 is #42E94F. Grayscale: #595959. Windows color (decimal): -4385104 or 11540157. OLE color: 11540157.

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

Color convert

RGB18922176-
CMYK00.880.070.26
HSL304.67º79.15%41.37%-
HSV(B)304.67º88.36%74.12%-
XYZ29.1114.5342.34-
YUV89.49176.83198.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 22 (8.98% from 255) = 5.68%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=48.84%
G=5.68%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892217600.880.070.26304.6779.1541.37
HexBD16B005871A1314f29
Octal27526260013073246111751
Binary10111101101101011000001011000111110101001100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD16B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD16B0; }

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

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

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

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

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

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

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

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