#BF5BA6

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

Shades of Fuchsia #BF5BA6

Tints of Fuchsia #BF5BA6

Color information

#BF5BA6 (or 0xBF5BA6) is unknown color: approx Fuchsia. HEX triplet: BF, 5B and A6. RGB value is (191,91,166). Sum of RGB (Red+Green+Blue) = 191+91+166=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BA6 is #40A459. Grayscale: #818181. Windows color (decimal): -4236378 or 10902463. OLE color: 10902463.

HSL color Cylindrical-coordinate representation of color #BF5BA6: hue angle of 315º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BA6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19191166-
CMYK00.520.130.25
HSL315º43.86%55.29%-
HSV(B)315º52.36%74.9%-
XYZ32.1121.3138.5-
YUV129.45148.63171.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 166 (65.23% from 255) = 37.05%
R=42.63%
G=20.31%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919116600.520.130.2531543.8655.29
HexBF5BA6034D1913b2c37
Octal27713324606415314735467
Binary101111111011011101001100110100110111001100111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BA6; }

 p { color: rgb(191,91,166); }

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

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

 a { background-color: rgb(191,91,166); }

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

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

 span { border-color: rgb(191,91,166); }

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