#BC1EB4

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

Shades of Deep Magenta #BC1EB4

Tints of Deep Magenta #BC1EB4

Color information

#BC1EB4 (or 0xBC1EB4) is unknown color: approx Deep Magenta. HEX triplet: BC, 1E and B4. RGB value is (188,30,180). Sum of RGB (Red+Green+Blue) = 188+30+180=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB4 is #43E14B. Grayscale: #5D5D5D. Windows color (decimal): -4448588 or 11804348. OLE color: 11804348.

HSL color Cylindrical-coordinate representation of color #BC1EB4: hue angle of 303.04º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1EB4 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18830180-
CMYK00.840.040.26
HSL303.04º72.48%42.75%-
HSV(B)303.04º84.04%73.73%-
XYZ29.4414.9244.51-
YUV94.34176.35194.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 30 (12.11% from 255) = 7.54%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=47.24%
G=7.54%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883018000.840.040.26303.0472.4842.75
HexBC1EB405441A12f482b
Octal27436264012443245711053
Binary10111100111101011010001010100100110101001011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1EB4; }

 p { color: rgb(188,30,180); }

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

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

 a { background-color: rgb(188,30,180); }

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

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

 span { border-color: rgb(188,30,180); }

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