#bd18bf

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

Shades of Deep Magenta #BD18BF

Tints of Deep Magenta #BD18BF

Color information

#BD18BF (or 0xBD18BF) is unknown color: approx Deep Magenta. HEX triplet: BD, 18 and BF. RGB value is (189,24,191). Sum of RGB (Red+Green+Blue) = 189+24+191=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18BF is #42E740. Grayscale: #5B5B5B. Windows color (decimal): -4384577 or 12523709. OLE color: 12523709.

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

Color convert

RGB18924191-
CMYK0.010.8700.25
HSL299.28º77.67%42.16%-
HSV(B)299.28º87.43%74.9%-
XYZ30.7215.2350.61-
YUV92.37183.66196.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 24 (9.77% from 255) = 5.94%
BLUE value IS 191 (75% from 255) = 47.28%
R=46.78%
G=5.94%
B=47.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189241910.010.8700.25299.2877.6742.16
HexBD18BF15701912b4e2a
Octal27530277112703145311652
Binary101111011100010111111110101110110011001010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd18bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd18bf; }

 p { color: rgb(189,24,191); }

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

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

 a { background-color: rgb(189,24,191); }

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

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

 span { border-color: rgb(189,24,191); }

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