#BF54BE

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

Shades of Fuchsia #BF54BE

Tints of Fuchsia #BF54BE

Color information

#BF54BE (or 0xBF54BE) is unknown color: approx Fuchsia. HEX triplet: BF, 54 and BE. RGB value is (191,84,190). Sum of RGB (Red+Green+Blue) = 191+84+190=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54BE is #40AB41. Grayscale: #7F7F7F. Windows color (decimal): -4238146 or 12473535. OLE color: 12473535.

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

Color convert

RGB19184190-
CMYK00.560.010.25
HSL300.56º45.53%53.92%-
HSV(B)300.56º56.02%74.9%-
XYZ33.9521.1351.01-
YUV128.08162.95172.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=41.08%
G=18.06%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918419000.560.010.25300.5645.5353.92
HexBF54BE03811912d2e36
Octal2771242760701314555666
Binary101111111010100101111100111000111001100101101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54BE; }

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

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

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

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

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

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

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

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