#B550B8

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

Shades of Fuchsia #B550B8

Tints of Fuchsia #B550B8

Color information

#B550B8 (or 0xB550B8) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and B8. RGB value is (181,80,184). Sum of RGB (Red+Green+Blue) = 181+80+184=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #B550B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550B8 is #4AAF47. Grayscale: #797979. Windows color (decimal): -4894536 or 12079285. OLE color: 12079285.

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

Color convert

RGB18180184-
CMYK0.020.5700.28
HSL298.27º42.28%51.76%-
HSV(B)298.27º56.52%72.16%-
XYZ30.5819.0247.41-
YUV122.06162.96170.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=40.67%
G=17.98%
B=41.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181801840.020.5700.28298.2742.2851.76
HexB550B823901C12a2a34
Octal2651202702710344525264
Binary1011010110100001011100010111001011100100101010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550B8; }

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

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

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

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

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

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

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

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