Html Css Color HEX #BC20AD Deep Magenta

📋 copy color: '#BC20AD'

red 188 ◦ green 32 ◦ blue 173

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

Shades of Deep Magenta #BC20AD

Tints of Deep Magenta #BC20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.14%

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

R = 47.84%
G = 8.14%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC20AD (or 0xBC20AD) is known color: Deep Magenta. HEX triplet: BC, 20 and AD. RGB value is (188,32,173). Sum of RGB (Red+Green+Blue) = 188+32+173=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20AD is #43DF52. Grayscale: #5E5E5E. Windows color (decimal): -4448083 or 11346108. OLE color: 11346108.

HSL color Cylindrical-coordinate representation of color #BC20AD: hue angle of 305.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20AD is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 173 -
CMYK 0 0.83 0.08 0.26
HSL 305.77º 0.71% 0.43% -
HSV(B) 305.77º 0.83% 0.74% -
XYZ 28.8 14.74 40.86 -
YUV 94.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 188 32 173 0 0.83 0.08 0.26 305.77 0.71 0.43
Hex BC 20 AD 0 53 8 1A 132 47 2B
Octal 274 40 255 0 123 10 32 462 107 53
Binary 10111100 100000 10101101 0 1010011 1000 11010 100110010 1000111 101011

Color Harmonies of #BC20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20AD

Black with #BC20AD

Text Example


Text Example

White with #BC20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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