#BC1FCB

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

Shades of Deep Magenta #BC1FCB

Tints of Deep Magenta #BC1FCB

Color information

#BC1FCB (or 0xBC1FCB) is unknown color: approx Deep Magenta. HEX triplet: BC, 1F and CB. RGB value is (188,31,203). Sum of RGB (Red+Green+Blue) = 188+31+203=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC1FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCB is #43E034. Grayscale: #616161. Windows color (decimal): -4448309 or 13311932. OLE color: 13311932.

HSL color Cylindrical-coordinate representation of color #BC1FCB: hue angle of 294.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FCB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18831203-
CMYK0.070.8500.20
HSL294.77º73.5%45.88%-
HSV(B)294.77º84.73%79.61%-
XYZ32.0115.9857.9-
YUV97.55187.51192.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 31 (12.5% from 255) = 7.35%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=44.55%
G=7.35%
B=48.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188312030.070.8500.20294.7773.545.88
HexBC1FCB7550141274a2e
Octal27437313712502444711256
Binary10111100111111100101111110101010101001001001111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1FCB; }

 p { color: rgb(188,31,203); }

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

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

 a { background-color: rgb(188,31,203); }

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

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

 span { border-color: rgb(188,31,203); }

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