#bc0ac1

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

Shades of Deep Magenta #BC0AC1

Tints of Deep Magenta #BC0AC1

Color information

#BC0AC1 (or 0xBC0AC1) is unknown color: approx Deep Magenta. HEX triplet: BC, 0A and C1. RGB value is (188,10,193). Sum of RGB (Red+Green+Blue) = 188+10+193=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC0AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AC1 is #43F53E. Grayscale: #535353. Windows color (decimal): -4453695 or 12651196. OLE color: 12651196.

HSL color Cylindrical-coordinate representation of color #BC0AC1: hue angle of 298.36º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AC1 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18810193-
CMYK0.030.9500.24
HSL298.36º90.15%39.8%-
HSV(B)298.36º94.82%75.69%-
XYZ30.4714.7651.69-
YUV84.08189.47202.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=48.08%
G=2.56%
B=49.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188101930.030.9500.24298.3690.1539.8
HexBCAC135F01812a5a28
Octal27412301313703045213250
Binary101111001010110000011110111110110001001010101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc0ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc0ac1; }

 p { color: rgb(188,10,193); }

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

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

 a { background-color: rgb(188,10,193); }

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

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

 span { border-color: rgb(188,10,193); }

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