#B55EAD

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

Shades of Fuchsia #B55EAD

Tints of Fuchsia #B55EAD

Color information

#B55EAD (or 0xB55EAD) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and AD. RGB value is (181,94,173). Sum of RGB (Red+Green+Blue) = 181+94+173=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EAD is #4AA152. Grayscale: #808080. Windows color (decimal): -4890963 or 11361973. OLE color: 11361973.

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

Color convert

RGB18194173-
CMYK00.480.040.29
HSL305.52º37.02%53.92%-
HSV(B)305.52º48.07%70.98%-
XYZ30.620.8541.95-
YUV129.02152.82165.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=40.40%
G=20.98%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819417300.480.040.29305.5237.0253.92
HexB55EAD03041D1322536
Octal2651362550604354624566
Binary10110101101111010101101011000010011101100110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EAD; }

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

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

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

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

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

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

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

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