#BF55B9

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

Shades of Fuchsia #BF55B9

Tints of Fuchsia #BF55B9

Color information

#BF55B9 (or 0xBF55B9) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and B9. RGB value is (191,85,185). Sum of RGB (Red+Green+Blue) = 191+85+185=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55B9 is #40AA46. Grayscale: #7F7F7F. Windows color (decimal): -4237895 or 12146111. OLE color: 12146111.

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

Color convert

RGB19185185-
CMYK00.550.030.25
HSL303.4º45.3%54.12%-
HSV(B)303.4º55.5%74.9%-
XYZ33.4921.0848.2-
YUV128.09160.12172.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=41.43%
G=18.44%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918518500.550.030.25303.445.354.12
HexBF55B903731912f2d36
Octal2771252710673314575566
Binary1011111110101011011100101101111111001100101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55B9; }

 p { color: rgb(191,85,185); }

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

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

 a { background-color: rgb(191,85,185); }

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

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

 span { border-color: rgb(191,85,185); }

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