#BF54B1

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

Shades of Fuchsia #BF54B1

Tints of Fuchsia #BF54B1

Color information

#BF54B1 (or 0xBF54B1) is unknown color: approx Fuchsia. HEX triplet: BF, 54 and B1. RGB value is (191,84,177). Sum of RGB (Red+Green+Blue) = 191+84+177=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54B1 is #40AB4E. Grayscale: #7E7E7E. Windows color (decimal): -4238159 or 11621567. OLE color: 11621567.

HSL color Cylindrical-coordinate representation of color #BF54B1: hue angle of 307.85º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF54B1 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19184177-
CMYK00.560.070.25
HSL307.85º45.53%53.92%-
HSV(B)307.85º56.02%74.9%-
XYZ32.5920.5943.85-
YUV126.6156.45173.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=42.26%
G=18.58%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918417700.560.070.25307.8545.5353.92
HexBF54B10387191342e36
Octal2771242610707314645666
Binary10111111101010010110001011100011111001100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54B1; }

 p { color: rgb(191,84,177); }

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

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

 a { background-color: rgb(191,84,177); }

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

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

 span { border-color: rgb(191,84,177); }

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