Html Css Color HEX #BC20BA Deep Magenta

📋 copy color: '#BC20BA'

red 188 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #BC20BA

Tints of Deep Magenta #BC20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 46.31%
G = 7.88%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC20BA (or 0xBC20BA) is known color: Deep Magenta. HEX triplet: BC, 20 and BA. RGB value is (188,32,186). Sum of RGB (Red+Green+Blue) = 188+32+186=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20BA is #43DF45. Grayscale: #5F5F5F. Windows color (decimal): -4448070 or 12198076. OLE color: 12198076.

HSL color Cylindrical-coordinate representation of color #BC20BA: hue angle of 300.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 #BC20BA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 186 -
CMYK 0 0.83 0.01 0.26
HSL 300.77º 0.71% 0.43% -
HSV(B) 300.77º 0.83% 0.74% -
XYZ 30.12 15.27 47.81 -
YUV 96.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 188 32 186 0 0.83 0.01 0.26 300.77 0.71 0.43
Hex BC 20 BA 0 53 1 1A 12D 47 2B
Octal 274 40 272 0 123 1 32 455 107 53
Binary 10111100 100000 10111010 0 1010011 1 11010 100101101 1000111 101011

Color Harmonies of #BC20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20BA

Black with #BC20BA

Text Example


Text Example

White with #BC20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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