#BC4EB8

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

Shades of Fuchsia #BC4EB8

Tints of Fuchsia #BC4EB8

Color information

#BC4EB8 (or 0xBC4EB8) is unknown color: approx Fuchsia. HEX triplet: BC, 4E and B8. RGB value is (188,78,184). Sum of RGB (Red+Green+Blue) = 188+78+184=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EB8 is #43B147. Grayscale: #7A7A7A. Windows color (decimal): -4436296 or 12078780. OLE color: 12078780.

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

Color convert

RGB18878184-
CMYK00.590.020.26
HSL302.18º45.08%52.16%-
HSV(B)302.18º58.51%73.73%-
XYZ32.1219.647.44-
YUV122.97162.44174.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=41.78%
G=17.33%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887818400.590.020.26302.1845.0852.16
HexBC4EB803B21A12e2d34
Octal2741162700732324565564
Binary1011110010011101011100001110111011010100101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EB8; }

 p { color: rgb(188,78,184); }

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

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

 a { background-color: rgb(188,78,184); }

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

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

 span { border-color: rgb(188,78,184); }

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