#BD18B8

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

Shades of Deep Magenta #BD18B8

Tints of Deep Magenta #BD18B8

Color information

#BD18B8 (or 0xBD18B8) is unknown color: approx Deep Magenta. HEX triplet: BD, 18 and B8. RGB value is (189,24,184). Sum of RGB (Red+Green+Blue) = 189+24+184=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18B8 is #42E747. Grayscale: #5B5B5B. Windows color (decimal): -4384584 or 12064957. OLE color: 12064957.

HSL color Cylindrical-coordinate representation of color #BD18B8: hue angle of 301.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD18B8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18924184-
CMYK00.870.030.26
HSL301.82º77.46%41.76%-
HSV(B)301.82º87.3%74.12%-
XYZ29.9614.9346.65-
YUV91.57180.16197.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 24 (9.77% from 255) = 6.05%
BLUE value IS 184 (72.27% from 255) = 46.35%
R=47.61%
G=6.05%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892418400.870.030.26301.8277.4641.76
HexBD18B805731A12e4d2a
Octal27530270012733245611552
Binary1011110111000101110000101011111110101001011101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD18B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD18B8; }

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

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

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

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

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

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

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

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