#BD13B9

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

Shades of Deep Magenta #BD13B9

Tints of Deep Magenta #BD13B9

Color information

#BD13B9 (or 0xBD13B9) is unknown color: approx Deep Magenta. HEX triplet: BD, 13 and B9. RGB value is (189,19,185). Sum of RGB (Red+Green+Blue) = 189+19+185=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13B9 is #42EC46. Grayscale: #585858. Windows color (decimal): -4385863 or 12129213. OLE color: 12129213.

HSL color Cylindrical-coordinate representation of color #BD13B9: hue angle of 301.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13B9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18919185-
CMYK00.900.020.26
HSL301.41º81.73%40.78%-
HSV(B)301.41º89.95%74.12%-
XYZ29.9814.7947.17-
YUV88.75182.32199.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=48.09%
G=4.83%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891918500.900.020.26301.4181.7340.78
HexBD13B905A21A12d5229
Octal27523271013223245512251
Binary1011110110011101110010101101010110101001011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD13B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD13B9; }

 p { color: rgb(189,19,185); }

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

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

 a { background-color: rgb(189,19,185); }

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

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

 span { border-color: rgb(189,19,185); }

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