#BC18BA

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

Shades of Deep Magenta #BC18BA

Tints of Deep Magenta #BC18BA

Color information

#BC18BA (or 0xBC18BA) is unknown color: approx Deep Magenta. HEX triplet: BC, 18 and BA. RGB value is (188,24,186). Sum of RGB (Red+Green+Blue) = 188+24+186=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18BA is #43E745. Grayscale: #5B5B5B. Windows color (decimal): -4450118 or 12196028. OLE color: 12196028.

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

Color convert

RGB18824186-
CMYK00.870.010.26
HSL300.73º77.36%41.57%-
HSV(B)300.73º87.23%73.73%-
XYZ29.9314.8947.75-
YUV91.5181.33196.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 24 (9.77% from 255) = 6.03%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=47.24%
G=6.03%
B=46.73%

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
Decimal1882418600.870.010.26300.7377.3641.57
HexBC18BA05711A12d4d2a
Octal27430272012713245511552
Binary101111001100010111010010101111110101001011011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC18BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC18BA; }

 p { color: rgb(188,24,186); }

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

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

 a { background-color: rgb(188,24,186); }

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

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

 span { border-color: rgb(188,24,186); }

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