#BF55B6

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

Shades of Fuchsia #BF55B6

Tints of Fuchsia #BF55B6

Color information

#BF55B6 (or 0xBF55B6) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and B6. RGB value is (191,85,182). Sum of RGB (Red+Green+Blue) = 191+85+182=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55B6 is #40AA49. Grayscale: #7F7F7F. Windows color (decimal): -4237898 or 11949503. OLE color: 11949503.

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

Color convert

RGB19185182-
CMYK00.550.050.25
HSL305.09º45.3%54.12%-
HSV(B)305.09º55.5%74.9%-
XYZ33.1820.9546.55-
YUV127.75158.62173.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=41.70%
G=18.56%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918518200.550.050.25305.0945.354.12
HexBF55B60375191312d36
Octal2771252660675314615566
Binary10111111101010110110110011011110111001100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55B6; }

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

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

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

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

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

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

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

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