#BC19D0

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

Shades of Deep Magenta #BC19D0

Tints of Deep Magenta #BC19D0

Color information

#BC19D0 (or 0xBC19D0) is unknown color: approx Deep Magenta. HEX triplet: BC, 19 and D0. RGB value is (188,25,208). Sum of RGB (Red+Green+Blue) = 188+25+208=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC19D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19D0 is #43E62F. Grayscale: #5E5E5E. Windows color (decimal): -4449840 or 13638076. OLE color: 13638076.

HSL color Cylindrical-coordinate representation of color #BC19D0: hue angle of 293.44º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC19D0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18825208-
CMYK0.100.8800.18
HSL293.44º78.54%45.69%-
HSV(B)293.44º87.98%81.57%-
XYZ32.4715.9461.04-
YUV94.6192194.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 25 (10.16% from 255) = 5.94%
BLUE value IS 208 (81.64% from 255) = 49.41%
R=44.66%
G=5.94%
B=49.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188252080.100.8800.18293.4478.5445.69
HexBC19D0A580121254f2e
Octal274313201213002244511756
Binary101111001100111010000101010110000100101001001011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC19D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC19D0; }

 p { color: rgb(188,25,208); }

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

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

 a { background-color: rgb(188,25,208); }

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

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

 span { border-color: rgb(188,25,208); }

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