#BD15B8

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

Shades of Deep Magenta #BD15B8

Tints of Deep Magenta #BD15B8

Color information

#BD15B8 (or 0xBD15B8) is unknown color: approx Deep Magenta. HEX triplet: BD, 15 and B8. RGB value is (189,21,184). Sum of RGB (Red+Green+Blue) = 189+21+184=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15B8 is #42EA47. Grayscale: #595959. Windows color (decimal): -4385352 or 12064189. OLE color: 12064189.

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

Color convert

RGB18921184-
CMYK00.890.030.26
HSL301.79º80%41.18%-
HSV(B)301.79º88.89%74.12%-
XYZ29.9114.8246.63-
YUV89.81181.16198.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 21 (8.59% from 255) = 5.33%
BLUE value IS 184 (72.27% from 255) = 46.70%
R=47.97%
G=5.33%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892118400.890.030.26301.798041.18
HexBD15B805931A12e5029
Octal27525270013133245612051
Binary1011110110101101110000101100111110101001011101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD15B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD15B8; }

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

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

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

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

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

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

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

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