#B550AD

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

Shades of Fuchsia #B550AD

Tints of Fuchsia #B550AD

Color information

#B550AD (or 0xB550AD) is unknown color: approx Fuchsia. HEX triplet: B5, 50 and AD. RGB value is (181,80,173). Sum of RGB (Red+Green+Blue) = 181+80+173=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B550AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550AD is #4AAF52. Grayscale: #787878. Windows color (decimal): -4894547 or 11358389. OLE color: 11358389.

HSL color Cylindrical-coordinate representation of color #B550AD: hue angle of 304.75º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B550AD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18180173-
CMYK00.560.040.29
HSL304.75º40.56%51.18%-
HSV(B)304.75º55.8%70.98%-
XYZ29.4718.5841.57-
YUV120.8157.46170.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 80 (31.64% from 255) = 18.43%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=41.71%
G=18.43%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818017300.560.040.29304.7540.5651.18
HexB550AD03841D1312933
Octal2651202550704354615163
Binary10110101101000010101101011100010011101100110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550AD; }

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

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

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

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

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

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

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

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