#BD01A8

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

Shades of Deep Magenta #BD01A8

Tints of Deep Magenta #BD01A8

Color information

#BD01A8 (or 0xBD01A8) is unknown color: approx Deep Magenta. HEX triplet: BD, 01 and A8. RGB value is (189,1,168). Sum of RGB (Red+Green+Blue) = 189+1+168=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD01A8 is #42FE57. Grayscale: #4B4B4B. Windows color (decimal): -4390488 or 11010493. OLE color: 11010493.

HSL color Cylindrical-coordinate representation of color #BD01A8: hue angle of 306.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD01A8 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB1891168-
CMYK00.990.110.26
HSL306.7º98.95%37.25%-
HSV(B)306.7º99.47%74.12%-
XYZ28.0713.6738.2-
YUV76.25179.78208.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 168 (66.02% from 255) = 46.93%
R=52.79%
G=0.28%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189116800.990.110.26306.798.9537.25
HexBD1A8063B1A1336325
Octal27512500143133246314345
Binary10111101110101000011000111011110101001100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD01A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD01A8; }

 p { color: rgb(189,1,168); }

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

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

 a { background-color: rgb(189,1,168); }

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

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

 span { border-color: rgb(189,1,168); }

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