#B55FBC

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

Shades of Fuchsia #B55FBC

Tints of Fuchsia #B55FBC

Color information

#B55FBC (or 0xB55FBC) is unknown color: approx Fuchsia. HEX triplet: B5, 5F and BC. RGB value is (181,95,188). Sum of RGB (Red+Green+Blue) = 181+95+188=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #B55FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FBC is #4AA043. Grayscale: #838383. Windows color (decimal): -4890692 or 12345269. OLE color: 12345269.

HSL color Cylindrical-coordinate representation of color #B55FBC: hue angle of 295.48º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55FBC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18195188-
CMYK0.040.4900.26
HSL295.48º40.97%55.49%-
HSV(B)295.48º49.47%73.73%-
XYZ32.2321.6450.06-
YUV131.32159.99163.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=39.01%
G=20.47%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181951880.040.4900.26295.4840.9755.49
HexB55FBC43101A1272937
Octal2651372744610324475167
Binary10110101101111110111100100110001011010100100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FBC; }

 p { color: rgb(181,95,188); }

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

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

 a { background-color: rgb(181,95,188); }

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

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

 span { border-color: rgb(181,95,188); }

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