Html Css Color HEX #BC16AD Deep Magenta

📋 copy color: '#BC16AD'

red 188 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #BC16AD

Tints of Deep Magenta #BC16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 49.09%
G = 5.74%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC16AD (or 0xBC16AD) is known color: Deep Magenta. HEX triplet: BC, 16 and AD. RGB value is (188,22,173). Sum of RGB (Red+Green+Blue) = 188+22+173=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16AD is #43E952. Grayscale: #585858. Windows color (decimal): -4450643 or 11343548. OLE color: 11343548.

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

Color convert

RGB 188 22 173 -
CMYK 0 0.88 0.08 0.26
HSL 305.42º 0.79% 0.41% -
HSV(B) 305.42º 0.88% 0.74% -
XYZ 28.57 14.28 40.79 -
YUV 88.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 188 22 173 0 0.88 0.08 0.26 305.42 0.79 0.41
Hex BC 16 AD 0 58 8 1A 131 4F 29
Octal 274 26 255 0 130 10 32 461 117 51
Binary 10111100 10110 10101101 0 1011000 1000 11010 100110001 1001111 101001

Color Harmonies of #BC16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16AD

Black with #BC16AD

Text Example


Text Example

White with #BC16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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