Html Css Color HEX #BC20D7 Deep Magenta

📋 copy color: '#BC20D7'

red 188 ◦ green 32 ◦ blue 215

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

Shades of Deep Magenta #BC20D7

Tints of Deep Magenta #BC20D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.43%

R = 43.22%
G = 7.36%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC20D7 (or 0xBC20D7) is known color: Deep Magenta. HEX triplet: BC, 20 and D7. RGB value is (188,32,215). Sum of RGB (Red+Green+Blue) = 188+32+215=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC20D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20D7 is #43DF28. Grayscale: #626262. Windows color (decimal): -4448041 or 14098620. OLE color: 14098620.

HSL color Cylindrical-coordinate representation of color #BC20D7: hue angle of 291.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC20D7 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 32 215 -
CMYK 0.13 0.85 0 0.16
HSL 291.15º 0.74% 0.48% -
HSV(B) 291.15º 0.85% 0.84% -
XYZ 33.52 16.63 65.73 -
YUV 99.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 188 32 215 0.13 0.85 0 0.16 291.15 0.74 0.48
Hex BC 20 D7 D 55 0 10 123 4A 30
Octal 274 40 327 15 125 0 20 443 112 60
Binary 10111100 100000 11010111 1101 1010101 0 10000 100100011 1001010 110000

Color Harmonies of #BC20D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20D7

Black with #BC20D7

Text Example


Text Example

White with #BC20D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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