#BF55B2

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

Shades of Fuchsia #BF55B2

Tints of Fuchsia #BF55B2

Color information

#BF55B2 (or 0xBF55B2) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and B2. RGB value is (191,85,178). Sum of RGB (Red+Green+Blue) = 191+85+178=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55B2 is #40AA4D. Grayscale: #7F7F7F. Windows color (decimal): -4237902 or 11687359. OLE color: 11687359.

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

Color convert

RGB19185178-
CMYK00.550.070.25
HSL307.36º45.3%54.12%-
HSV(B)307.36º55.5%74.9%-
XYZ32.7720.7944.4-
YUV127.3156.62173.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=42.07%
G=18.72%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918517800.550.070.25307.3645.354.12
HexBF55B20377191332d36
Octal2771252620677314635566
Binary10111111101010110110010011011111111001100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55B2; }

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

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

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

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

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

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

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

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