#BF55BE

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

Shades of Fuchsia #BF55BE

Tints of Fuchsia #BF55BE

Color information

#BF55BE (or 0xBF55BE) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and BE. RGB value is (191,85,190). Sum of RGB (Red+Green+Blue) = 191+85+190=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55BE is #40AA41. Grayscale: #808080. Windows color (decimal): -4237890 or 12473791. OLE color: 12473791.

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

Color convert

RGB19185190-
CMYK00.550.010.25
HSL300.57º45.3%54.12%-
HSV(B)300.57º55.5%74.9%-
XYZ34.0321.2951.03-
YUV128.66162.62172.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=40.99%
G=18.24%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918519000.550.010.25300.5745.354.12
HexBF55BE03711912d2d36
Octal2771252760671314555566
Binary101111111010101101111100110111111001100101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55BE; }

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

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

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

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

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

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

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

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