#BD01B7

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

Shades of Deep Magenta #BD01B7

Tints of Deep Magenta #BD01B7

Color information

#BD01B7 (or 0xBD01B7) is unknown color: approx Deep Magenta. HEX triplet: BD, 01 and B7. RGB value is (189,1,183). Sum of RGB (Red+Green+Blue) = 189+1+183=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01B7 is #42FE48. Grayscale: #4D4D4D. Windows color (decimal): -4390473 or 11993533. OLE color: 11993533.

HSL color Cylindrical-coordinate representation of color #BD01B7: hue angle of 301.91º 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 #BD01B7 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB1891183-
CMYK00.990.030.26
HSL301.91º98.95%37.25%-
HSV(B)301.91º99.47%74.12%-
XYZ29.5414.2645.99-
YUV77.96187.28207.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 183 (71.88% from 255) = 49.06%
R=50.67%
G=0.27%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189118300.990.030.26301.9198.9537.25
HexBD1B706331A12e6325
Octal2751267014333245614345
Binary101111011101101110110001111110101001011101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD01B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD01B7; }

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

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

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

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

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

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

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

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