#BF5DC9

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

Shades of Fuchsia #BF5DC9

Tints of Fuchsia #BF5DC9

Color information

#BF5DC9 (or 0xBF5DC9) is unknown color: approx Fuchsia. HEX triplet: BF, 5D and C9. RGB value is (191,93,201). Sum of RGB (Red+Green+Blue) = 191+93+201=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DC9 is #40A236. Grayscale: #868686. Windows color (decimal): -4235831 or 13196735. OLE color: 13196735.

HSL color Cylindrical-coordinate representation of color #BF5DC9: hue angle of 294.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5DC9 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19193201-
CMYK0.050.5400.21
HSL294.44º50%57.65%-
HSV(B)294.44º53.73%78.82%-
XYZ35.9423.1257.83-
YUV134.61165.47168.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=39.38%
G=19.18%
B=41.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191932010.050.5400.21294.445057.65
HexBF5DC9536015126323a
Octal2771353115660254466272
Binary10111111101110111001001101110110010101100100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DC9; }

 p { color: rgb(191,93,201); }

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

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

 a { background-color: rgb(191,93,201); }

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

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

 span { border-color: rgb(191,93,201); }

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