#BF4EC8

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

Shades of Fuchsia #BF4EC8

Tints of Fuchsia #BF4EC8

Color information

#BF4EC8 (or 0xBF4EC8) is unknown color: approx Fuchsia. HEX triplet: BF, 4E and C8. RGB value is (191,78,200). Sum of RGB (Red+Green+Blue) = 191+78+200=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EC8 is #40B137. Grayscale: #7D7D7D. Windows color (decimal): -4239672 or 13127359. OLE color: 13127359.

HSL color Cylindrical-coordinate representation of color #BF4EC8: hue angle of 295.57º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4EC8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19178200-
CMYK0.040.6100.22
HSL295.57º52.59%54.51%-
HSV(B)295.57º61%78.43%-
XYZ34.6420.756.81-
YUV125.69169.94174.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=40.72%
G=16.63%
B=42.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191782000.040.6100.22295.5752.5954.51
HexBF4EC843D0161283537
Octal2771163104750264506567
Binary10111111100111011001000100111101010110100101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EC8; }

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

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

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

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

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

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

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

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