#BC4EBF

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

Shades of Fuchsia #BC4EBF

Tints of Fuchsia #BC4EBF

Color information

#BC4EBF (or 0xBC4EBF) is unknown color: approx Fuchsia. HEX triplet: BC, 4E and BF. RGB value is (188,78,191). Sum of RGB (Red+Green+Blue) = 188+78+191=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC4EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EBF is #43B140. Grayscale: #7B7B7B. Windows color (decimal): -4436289 or 12537532. OLE color: 12537532.

HSL color Cylindrical-coordinate representation of color #BC4EBF: hue angle of 298.41º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4EBF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18878191-
CMYK0.020.5900.25
HSL298.41º46.89%52.75%-
HSV(B)298.41º59.16%74.9%-
XYZ32.8719.951.4-
YUV123.77165.94173.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 191 (75% from 255) = 41.79%
R=41.14%
G=17.07%
B=41.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188781910.020.5900.25298.4146.8952.75
HexBC4EBF23B01912a2f35
Octal2741162772730314525765
Binary1011110010011101011111110111011011001100101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EBF; }

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

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

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

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

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

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

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

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