#BF59C7

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

Shades of Fuchsia #BF59C7

Tints of Fuchsia #BF59C7

Color information

#BF59C7 (or 0xBF59C7) is unknown color: approx Fuchsia. HEX triplet: BF, 59 and C7. RGB value is (191,89,199). Sum of RGB (Red+Green+Blue) = 191+89+199=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF59C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59C7 is #40A638. Grayscale: #838383. Windows color (decimal): -4236857 or 13064639. OLE color: 13064639.

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

Color convert

RGB19189199-
CMYK0.040.5500.22
HSL295.64º49.55%56.47%-
HSV(B)295.64º55.28%78.04%-
XYZ35.3722.3456.48-
YUV132.04165.79170.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 199 (78.12% from 255) = 41.54%
R=39.87%
G=18.58%
B=41.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191891990.040.5500.22295.6449.5556.47
HexBF59C74370161283238
Octal2771313074670264506270
Binary10111111101100111000111100110111010110100101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59C7; }

 p { color: rgb(191,89,199); }

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

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

 a { background-color: rgb(191,89,199); }

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

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

 span { border-color: rgb(191,89,199); }

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