Html Css Color HEX #BC16AC Deep Magenta

📋 copy color: '#BC16AC'

red 188 ◦ green 22 ◦ blue 172

#BC16AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BC16AC

Tints of Deep Magenta #BC16AC

RGB

 RED value IS 188 (73.83% from 255) = 49.21%

 GREEN value IS 22 (8.98% from 255) = 5.76%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 49.21%
G = 5.76%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC16AC (or 0xBC16AC) is known color: Deep Magenta. HEX triplet: BC, 16 and AC. RGB value is (188,22,172). Sum of RGB (Red+Green+Blue) = 188+22+172=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AC is #43E953. Grayscale: #585858. Windows color (decimal): -4450644 or 11278012. OLE color: 11278012.

HSL color Cylindrical-coordinate representation of color #BC16AC: hue angle of 305.78º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16AC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 172 -
CMYK 0 0.88 0.09 0.26
HSL 305.78º 0.79% 0.41% -
HSV(B) 305.78º 0.88% 0.74% -
XYZ 28.47 14.24 40.28 -
YUV 88.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 188 22 172 0 0.88 0.09 0.26 305.78 0.79 0.41
Hex BC 16 AC 0 58 9 1A 132 4F 29
Octal 274 26 254 0 130 11 32 462 117 51
Binary 10111100 10110 10101100 0 1011000 1001 11010 100110010 1001111 101001

Color Harmonies of #BC16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16AC

Black with #BC16AC

Text Example


Text Example

White with #BC16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16AC; }

 p { color: rgb(188,22,172); }

 H1.HeaderClassName
 {
   color: #BC16AC;
 }
 .AnyTagClassName
 {
   color: #BC16AC;
 }
</style>

background-color css

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

 a { background-color: rgb(188,22,172); }

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

border-color css

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

 span { border-color: rgb(188,22,172); }

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