#BC09AA

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

Shades of Deep Magenta #BC09AA

Tints of Deep Magenta #BC09AA

Color information

#BC09AA (or 0xBC09AA) is unknown color: approx Deep Magenta. HEX triplet: BC, 09 and AA. RGB value is (188,9,170). Sum of RGB (Red+Green+Blue) = 188+9+170=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC09AA is #43F655. Grayscale: #505050. Windows color (decimal): -4453974 or 11143612. OLE color: 11143612.

HSL color Cylindrical-coordinate representation of color #BC09AA: hue angle of 306.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC09AA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB1889170-
CMYK00.950.100.26
HSL306.03º90.86%38.63%-
HSV(B)306.03º95.21%73.73%-
XYZ28.0913.7939.21-
YUV80.88178.3204.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 9 (3.91% from 255) = 2.45%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=51.23%
G=2.45%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188917000.950.100.26306.0390.8638.63
HexBC9AA05FA1A1325b27
Octal274112520137123246213347
Binary10111100100110101010010111111010110101001100101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC09AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC09AA; }

 p { color: rgb(188,9,170); }

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

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

 a { background-color: rgb(188,9,170); }

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

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

 span { border-color: rgb(188,9,170); }

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