#BC20BE

Color #BC20BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC20BE

Tints of Deep Magenta #BC20BE

Color information

#BC20BE (or 0xBC20BE) is unknown color: approx Deep Magenta. HEX triplet: BC, 20 and BE. RGB value is (188,32,190). Sum of RGB (Red+Green+Blue) = 188+32+190=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20BE is #43DF41. Grayscale: #606060. Windows color (decimal): -4448066 or 12460220. OLE color: 12460220.

HSL color Cylindrical-coordinate representation of color #BC20BE: hue angle of 299.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20BE is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18832190-
CMYK0.010.8300.25
HSL299.24º71.17%43.53%-
HSV(B)299.24º83.16%74.51%-
XYZ30.5515.4450.09-
YUV96.66180.68193.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 32 (12.89% from 255) = 7.80%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=45.85%
G=7.80%
B=46.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188321900.010.8300.25299.2471.1743.53
HexBC20BE15301912b472c
Octal27440276112303145310754
Binary1011110010000010111110110100110110011001010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20BE; }

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

 H1.HeaderClassName
 {
   color: #BC20BE;
 }
 .AnyTagClassName
 {
   color: #BC20BE;
 }
</style>
background-color css

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

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

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

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

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

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