#BF54BC

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

Shades of Fuchsia #BF54BC

Tints of Fuchsia #BF54BC

Color information

#BF54BC (or 0xBF54BC) is unknown color: approx Fuchsia. HEX triplet: BF, 54 and BC. RGB value is (191,84,188). Sum of RGB (Red+Green+Blue) = 191+84+188=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54BC is #40AB43. Grayscale: #7F7F7F. Windows color (decimal): -4238148 or 12342463. OLE color: 12342463.

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

Color convert

RGB19184188-
CMYK00.560.020.25
HSL301.68º45.53%53.92%-
HSV(B)301.68º56.02%74.9%-
XYZ33.7321.0549.86-
YUV127.85161.95173.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=41.25%
G=18.14%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918418800.560.020.25301.6845.5353.92
HexBF54BC03821912e2e36
Octal2771242740702314565666
Binary1011111110101001011110001110001011001100101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54BC; }

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

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

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

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

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

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

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

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