#BC27C2

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

Shades of Deep Magenta #BC27C2

Tints of Deep Magenta #BC27C2

Color information

#BC27C2 (or 0xBC27C2) is unknown color: approx Deep Magenta. HEX triplet: BC, 27 and C2. RGB value is (188,39,194). Sum of RGB (Red+Green+Blue) = 188+39+194=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC27C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27C2 is #43D83D. Grayscale: #646464. Windows color (decimal): -4446270 or 12724156. OLE color: 12724156.

HSL color Cylindrical-coordinate representation of color #BC27C2: hue angle of 297.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC27C2 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18839194-
CMYK0.030.8000.24
HSL297.68º66.52%45.69%-
HSV(B)297.68º79.9%76.08%-
XYZ31.216.0452.49-
YUV101.22180.36189.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 39 (15.62% from 255) = 9.26%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=44.66%
G=9.26%
B=46.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188391940.030.8000.24297.6866.5245.69
HexBC27C235001812a432e
Octal27447302312003045210356
Binary10111100100111110000101110100000110001001010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC27C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC27C2; }

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

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

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

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

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

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

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

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