#B555AE

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

Shades of Fuchsia #B555AE

Tints of Fuchsia #B555AE

Color information

#B555AE (or 0xB555AE) is unknown color: approx Fuchsia. HEX triplet: B5, 55 and AE. RGB value is (181,85,174). Sum of RGB (Red+Green+Blue) = 181+85+174=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B555AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555AE is #4AAA51. Grayscale: #7B7B7B. Windows color (decimal): -4893266 or 11425205. OLE color: 11425205.

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

Color convert

RGB18185174-
CMYK00.530.040.29
HSL304.38º39.34%52.16%-
HSV(B)304.38º53.04%70.98%-
XYZ29.9419.3842.21-
YUV123.85156.3168.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=41.14%
G=19.32%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818517400.530.040.29304.3839.3452.16
HexB555AE03541D1302734
Octal2651252560654354604764
Binary10110101101010110101110011010110011101100110000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555AE; }

 p { color: rgb(181,85,174); }

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

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

 a { background-color: rgb(181,85,174); }

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

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

 span { border-color: rgb(181,85,174); }

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