#BD0FC9

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

Shades of Deep Magenta #BD0FC9

Tints of Deep Magenta #BD0FC9

Color information

#BD0FC9 (or 0xBD0FC9) is unknown color: approx Deep Magenta. HEX triplet: BD, 0F and C9. RGB value is (189,15,201). Sum of RGB (Red+Green+Blue) = 189+15+201=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD0FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0FC9 is #42F036. Grayscale: #575757. Windows color (decimal): -4386871 or 13176765. OLE color: 13176765.

HSL color Cylindrical-coordinate representation of color #BD0FC9: hue angle of 296.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0FC9 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18915201-
CMYK0.060.9300.21
HSL296.13º86.11%42.35%-
HSV(B)296.13º92.54%78.82%-
XYZ31.715.3856.56-
YUV88.23191.65199.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 3.70%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=46.67%
G=3.70%
B=49.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189152010.060.9300.21296.1386.1142.35
HexBDFC965D015128562a
Octal27517311613502545012652
Binary1011110111111100100111010111010101011001010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0FC9; }

 p { color: rgb(189,15,201); }

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

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

 a { background-color: rgb(189,15,201); }

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

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

 span { border-color: rgb(189,15,201); }

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