#BF54B0

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

Shades of Fuchsia #BF54B0

Tints of Fuchsia #BF54B0

Color information

#BF54B0 (or 0xBF54B0) is unknown color: approx Fuchsia. HEX triplet: BF, 54 and B0. RGB value is (191,84,176). Sum of RGB (Red+Green+Blue) = 191+84+176=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54B0 is #40AB4F. Grayscale: #7E7E7E. Windows color (decimal): -4238160 or 11556031. OLE color: 11556031.

HSL color Cylindrical-coordinate representation of color #BF54B0: hue angle of 308.41º 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 #BF54B0 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19184176-
CMYK00.560.080.25
HSL308.41º45.53%53.92%-
HSV(B)308.41º56.02%74.9%-
XYZ32.4920.5543.33-
YUV126.48155.95174.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=42.35%
G=18.63%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918417600.560.080.25308.4145.5353.92
HexBF54B00388191342e36
Octal27712426007010314645666
Binary101111111010100101100000111000100011001100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54B0; }

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

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

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

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

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

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

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

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