#B555BF

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

Shades of Fuchsia #B555BF

Tints of Fuchsia #B555BF

Color information

#B555BF (or 0xB555BF) is unknown color: approx Fuchsia. HEX triplet: B5, 55 and BF. RGB value is (181,85,191). Sum of RGB (Red+Green+Blue) = 181+85+191=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #B555BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555BF is #4AAA40. Grayscale: #7D7D7D. Windows color (decimal): -4893249 or 12539317. OLE color: 12539317.

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

Color convert

RGB18185191-
CMYK0.050.5500.25
HSL294.34º45.3%54.12%-
HSV(B)294.34º55.5%74.9%-
XYZ31.7120.0851.5-
YUV125.79164.8167.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 191 (75% from 255) = 41.79%
R=39.61%
G=18.60%
B=41.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181851910.050.5500.25294.3445.354.12
HexB555BF5370191262d36
Octal2651252775670314465566
Binary10110101101010110111111101110111011001100100110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555BF; }

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

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

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

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

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

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

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

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