#BD16BE

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

Shades of Deep Magenta #BD16BE

Tints of Deep Magenta #BD16BE

Color information

#BD16BE (or 0xBD16BE) is unknown color: approx Deep Magenta. HEX triplet: BD, 16 and BE. RGB value is (189,22,190). Sum of RGB (Red+Green+Blue) = 189+22+190=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16BE is #42E941. Grayscale: #5A5A5A. Windows color (decimal): -4385090 or 12457661. OLE color: 12457661.

HSL color Cylindrical-coordinate representation of color #BD16BE: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16BE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18922190-
CMYK0.010.8800.25
HSL299.64º79.25%41.57%-
HSV(B)299.64º88.42%74.51%-
XYZ30.5715.1150.02-
YUV91.08183.83197.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=47.13%
G=5.49%
B=47.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189221900.010.8800.25299.6479.2541.57
HexBD16BE15801912c4f2a
Octal27526276113003145411752
Binary101111011011010111110110110000110011001011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD16BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD16BE; }

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

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

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

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

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

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

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

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