#BC19BB

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

Shades of Deep Magenta #BC19BB

Tints of Deep Magenta #BC19BB

Color information

#BC19BB (or 0xBC19BB) is unknown color: approx Deep Magenta. HEX triplet: BC, 19 and BB. RGB value is (188,25,187). Sum of RGB (Red+Green+Blue) = 188+25+187=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19BB is #43E644. Grayscale: #5B5B5B. Windows color (decimal): -4449861 or 12261820. OLE color: 12261820.

HSL color Cylindrical-coordinate representation of color #BC19BB: hue angle of 300.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19BB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18825187-
CMYK00.870.010.26
HSL300.37º76.53%41.76%-
HSV(B)300.37º86.7%73.73%-
XYZ30.0614.9748.32-
YUV92.2181.5196.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 25 (10.16% from 255) = 6.25%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=47%
G=6.25%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882518700.870.010.26300.3776.5341.76
HexBC19BB05711A12c4d2a
Octal27431273012713245411552
Binary101111001100110111011010101111110101001011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC19BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC19BB; }

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

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

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

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

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

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

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

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