#BF59C1

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

Shades of Fuchsia #BF59C1

Tints of Fuchsia #BF59C1

Color information

#BF59C1 (or 0xBF59C1) is unknown color: approx Fuchsia. HEX triplet: BF, 59 and C1. RGB value is (191,89,193). Sum of RGB (Red+Green+Blue) = 191+89+193=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59C1 is #40A63E. Grayscale: #838383. Windows color (decimal): -4236863 or 12671423. OLE color: 12671423.

HSL color Cylindrical-coordinate representation of color #BF59C1: hue angle of 298.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF59C1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19189193-
CMYK0.010.5400.24
HSL298.85º45.61%55.29%-
HSV(B)298.85º53.89%75.69%-
XYZ34.6822.0752.88-
YUV131.35162.79170.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 89 (35.16% from 255) = 18.82%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=40.38%
G=18.82%
B=40.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191891930.010.5400.24298.8545.6155.29
HexBF59C113601812b2e37
Octal2771313011660304535667
Binary101111111011001110000011110110011000100101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF59C1; }

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

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

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

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

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

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

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

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