Html Css Color HEX #BC16AB Deep Magenta

📋 copy color: '#BC16AB'

red 188 ◦ green 22 ◦ blue 171

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

Shades of Deep Magenta #BC16AB

Tints of Deep Magenta #BC16AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 49.34%
G = 5.77%
B = 44.88%

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

#BC16AB (or 0xBC16AB) is known color: Deep Magenta. HEX triplet: BC, 16 and AB. RGB value is (188,22,171). Sum of RGB (Red+Green+Blue) = 188+22+171=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AB is #43E954. Grayscale: #585858. Windows color (decimal): -4450645 or 11212476. OLE color: 11212476.

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

Color convert

RGB 188 22 171 -
CMYK 0 0.88 0.09 0.26
HSL 306.14º 0.79% 0.41% -
HSV(B) 306.14º 0.88% 0.74% -
XYZ 28.38 14.21 39.77 -
YUV 88.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 188 22 171 0 0.88 0.09 0.26 306.14 0.79 0.41
Hex BC 16 AB 0 58 9 1A 132 4F 29
Octal 274 26 253 0 130 11 32 462 117 51
Binary 10111100 10110 10101011 0 1011000 1001 11010 100110010 1001111 101001

Color Harmonies of #BC16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16AB

Black with #BC16AB

Text Example


Text Example

White with #BC16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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