#BC1EB3

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

Shades of Deep Magenta #BC1EB3

Tints of Deep Magenta #BC1EB3

Color information

#BC1EB3 (or 0xBC1EB3) is unknown color: approx Deep Magenta. HEX triplet: BC, 1E and B3. RGB value is (188,30,179). Sum of RGB (Red+Green+Blue) = 188+30+179=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB3 is #43E14C. Grayscale: #5D5D5D. Windows color (decimal): -4448589 or 11738812. OLE color: 11738812.

HSL color Cylindrical-coordinate representation of color #BC1EB3: hue angle of 303.42º 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 #BC1EB3 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18830179-
CMYK00.840.050.26
HSL303.42º72.48%42.75%-
HSV(B)303.42º84.04%73.73%-
XYZ29.3414.8743.97-
YUV94.23175.85194.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 30 (12.11% from 255) = 7.56%
BLUE value IS 179 (70.31% from 255) = 45.09%
R=47.36%
G=7.56%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883017900.840.050.26303.4272.4842.75
HexBC1EB305451A12f482b
Octal27436263012453245711053
Binary10111100111101011001101010100101110101001011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1EB3; }

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

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

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

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

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

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

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

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