Html Css Color HEX #BC20CF Deep Magenta

📋 copy color: '#BC20CF'

red 188 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #BC20CF

Tints of Deep Magenta #BC20CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 44.03%
G = 7.49%
B = 48.48%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC20CF (or 0xBC20CF) is known color: Deep Magenta. HEX triplet: BC, 20 and CF. RGB value is (188,32,207). Sum of RGB (Red+Green+Blue) = 188+32+207=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20CF is #43DF30. Grayscale: #626262. Windows color (decimal): -4448049 or 13574332. OLE color: 13574332.

HSL color Cylindrical-coordinate representation of color #BC20CF: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC20CF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 32 207 -
CMYK 0.09 0.85 0 0.19
HSL 293.49º 0.73% 0.47% -
HSV(B) 293.49º 0.85% 0.81% -
XYZ 32.52 16.23 60.45 -
YUV 98.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 188 32 207 0.09 0.85 0 0.19 293.49 0.73 0.47
Hex BC 20 CF 9 55 0 13 125 49 2F
Octal 274 40 317 11 125 0 23 445 111 57
Binary 10111100 100000 11001111 1001 1010101 0 10011 100100101 1001001 101111

Color Harmonies of #BC20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20CF

Black with #BC20CF

Text Example


Text Example

White with #BC20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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