#BC27BF

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

Shades of Deep Magenta #BC27BF

Tints of Deep Magenta #BC27BF

Color information

#BC27BF (or 0xBC27BF) is unknown color: approx Deep Magenta. HEX triplet: BC, 27 and BF. RGB value is (188,39,191). Sum of RGB (Red+Green+Blue) = 188+39+191=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC27BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27BF is #43D840. Grayscale: #646464. Windows color (decimal): -4446273 or 12527548. OLE color: 12527548.

HSL color Cylindrical-coordinate representation of color #BC27BF: hue angle of 298.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC27BF is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18839191-
CMYK0.020.8000.25
HSL298.82º66.09%45.1%-
HSV(B)298.82º79.58%74.9%-
XYZ30.8715.950.73-
YUV100.88178.86190.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 39 (15.62% from 255) = 9.33%
BLUE value IS 191 (75% from 255) = 45.69%
R=44.98%
G=9.33%
B=45.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188391910.020.8000.25298.8266.0945.1
HexBC27BF25001912b422d
Octal27447277212003145310255
Binary10111100100111101111111010100000110011001010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC27BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC27BF; }

 p { color: rgb(188,39,191); }

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

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

 a { background-color: rgb(188,39,191); }

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

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

 span { border-color: rgb(188,39,191); }

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