#BF5EC8

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

Shades of Fuchsia #BF5EC8

Tints of Fuchsia #BF5EC8

Color information

#BF5EC8 (or 0xBF5EC8) is unknown color: approx Fuchsia. HEX triplet: BF, 5E and C8. RGB value is (191,94,200). Sum of RGB (Red+Green+Blue) = 191+94+200=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EC8 is #40A137. Grayscale: #868686. Windows color (decimal): -4235576 or 13131455. OLE color: 13131455.

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

Color convert

RGB19194200-
CMYK0.040.5300.22
HSL294.91º49.07%57.65%-
HSV(B)294.91º53%78.43%-
XYZ35.9123.2557.24-
YUV135.09164.64167.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=39.38%
G=19.38%
B=41.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191942000.040.5300.22294.9149.0757.65
HexBF5EC8435016127313a
Octal2771363104650264476172
Binary10111111101111011001000100110101010110100100111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EC8; }

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

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

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

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

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

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

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

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