#B550B9

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

Shades of Fuchsia #B550B9

Tints of Fuchsia #B550B9

Color information

#B550B9 (or 0xB550B9) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and B9. RGB value is (181,80,185). Sum of RGB (Red+Green+Blue) = 181+80+185=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #B550B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550B9 is #4AAF46. Grayscale: #797979. Windows color (decimal): -4894535 or 12144821. OLE color: 12144821.

HSL color Cylindrical-coordinate representation of color #B550B9: hue angle of 297.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B550B9 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18180185-
CMYK0.020.5700.27
HSL297.71º42.86%51.96%-
HSV(B)297.71º56.76%72.55%-
XYZ30.6819.0647.96-
YUV122.17163.46169.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=40.58%
G=17.94%
B=41.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181801850.020.5700.27297.7142.8651.96
HexB550B923901B12a2b34
Octal2651202712710334525364
Binary1011010110100001011100110111001011011100101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550B9; }

 p { color: rgb(181,80,185); }

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

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

 a { background-color: rgb(181,80,185); }

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

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

 span { border-color: rgb(181,80,185); }

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