#B55DAF

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

Shades of Fuchsia #B55DAF

Tints of Fuchsia #B55DAF

Color information

#B55DAF (or 0xB55DAF) is unknown color: approx Fuchsia. HEX triplet: B5, 5D and AF. RGB value is (181,93,175). Sum of RGB (Red+Green+Blue) = 181+93+175=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B55DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55DAF is #4AA250. Grayscale: #808080. Windows color (decimal): -4891217 or 11492789. OLE color: 11492789.

HSL color Cylindrical-coordinate representation of color #B55DAF: hue angle of 304.09º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55DAF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18193175-
CMYK00.490.030.29
HSL304.09º37.29%53.73%-
HSV(B)304.09º48.62%70.98%-
XYZ30.7120.7542.94-
YUV128.66154.15165.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=40.31%
G=20.71%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819317500.490.030.29304.0937.2953.73
HexB55DAF03131D1302536
Octal2651352570613354604566
Binary1011010110111011010111101100011111101100110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55DAF; }

 p { color: rgb(181,93,175); }

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

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

 a { background-color: rgb(181,93,175); }

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

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

 span { border-color: rgb(181,93,175); }

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