Html Css Color HEX #BC20CA Deep Magenta

📋 copy color: '#BC20CA'

red 188 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BC20CA

Tints of Deep Magenta #BC20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 44.55%
G = 7.58%
B = 47.87%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC20CA (or 0xBC20CA) is known color: Deep Magenta. HEX triplet: BC, 20 and CA. RGB value is (188,32,202). Sum of RGB (Red+Green+Blue) = 188+32+202=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20CA is #43DF35. Grayscale: #616161. Windows color (decimal): -4448054 or 13246652. OLE color: 13246652.

HSL color Cylindrical-coordinate representation of color #BC20CA: hue angle of 295.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC20CA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 32 202 -
CMYK 0.07 0.84 0 0.21
HSL 295.06º 0.73% 0.46% -
HSV(B) 295.06º 0.84% 0.79% -
XYZ 31.92 15.99 57.28 -
YUV 98.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 188 32 202 0.07 0.84 0 0.21 295.06 0.73 0.46
Hex BC 20 CA 7 54 0 15 127 49 2E
Octal 274 40 312 7 124 0 25 447 111 56
Binary 10111100 100000 11001010 111 1010100 0 10101 100100111 1001001 101110

Color Harmonies of #BC20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20CA

Black with #BC20CA

Text Example


Text Example

White with #BC20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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