#BC2EB9

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

Shades of Fuchsia #BC2EB9

Tints of Fuchsia #BC2EB9

Color information

#BC2EB9 (or 0xBC2EB9) is unknown color: approx Fuchsia. HEX triplet: BC, 2E and B9. RGB value is (188,46,185). Sum of RGB (Red+Green+Blue) = 188+46+185=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2EB9 is #43D146. Grayscale: #676767. Windows color (decimal): -4444487 or 12136124. OLE color: 12136124.

HSL color Cylindrical-coordinate representation of color #BC2EB9: hue angle of 301.27º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2EB9 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18846185-
CMYK00.760.020.26
HSL301.27º60.68%45.88%-
HSV(B)301.27º75.53%73.73%-
XYZ30.4716.1547.41-
YUV104.3173.54187.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 185 (72.66% from 255) = 44.15%
R=44.87%
G=10.98%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884618500.760.020.26301.2760.6845.88
HexBC2EB904C21A12d3d2e
Octal2745627101142324557556
Binary1011110010111010111001010011001011010100101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2EB9; }

 p { color: rgb(188,46,185); }

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

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

 a { background-color: rgb(188,46,185); }

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

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

 span { border-color: rgb(188,46,185); }

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