#BC2EB0

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

Shades of Fuchsia #BC2EB0

Tints of Fuchsia #BC2EB0

Color information

#BC2EB0 (or 0xBC2EB0) is unknown color: approx Fuchsia. HEX triplet: BC, 2E and B0. RGB value is (188,46,176). Sum of RGB (Red+Green+Blue) = 188+46+176=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2EB0 is #43D14F. Grayscale: #666666. Windows color (decimal): -4444496 or 11546300. OLE color: 11546300.

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

Color convert

RGB18846176-
CMYK00.760.060.26
HSL305.07º60.68%45.88%-
HSV(B)305.07º75.53%73.73%-
XYZ29.5515.7842.56-
YUV103.28169.04188.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 176 (69.14% from 255) = 42.93%
R=45.85%
G=11.22%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884617600.760.060.26305.0760.6845.88
HexBC2EB004C61A1313d2e
Octal2745626001146324617556
Binary10111100101110101100000100110011011010100110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2EB0; }

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

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

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

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

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

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

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

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