#BF55BF

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

Shades of Fuchsia #BF55BF

Tints of Fuchsia #BF55BF

Color information

#BF55BF (or 0xBF55BF) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and BF. RGB value is (191,85,191). Sum of RGB (Red+Green+Blue) = 191+85+191=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55BF is #40AA40. Grayscale: #808080. Windows color (decimal): -4237889 or 12539327. OLE color: 12539327.

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

Color convert

RGB19185191-
CMYK00.5500.25
HSL300º45.3%54.12%-
HSV(B)300º55.5%74.9%-
XYZ34.1421.3351.61-
YUV128.78163.12172.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 85 (33.59% from 255) = 18.20%
BLUE value IS 191 (75% from 255) = 40.90%
R=40.90%
G=18.20%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918519100.5500.2530045.354.12
HexBF55BF03701912c2d36
Octal2771252770670314545566
Binary101111111010101101111110110111011001100101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55BF; }

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

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

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

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

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

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

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

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