#B55AB9

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

Shades of Fuchsia #B55AB9

Tints of Fuchsia #B55AB9

Color information

#B55AB9 (or 0xB55AB9) is unknown color: approx Fuchsia. HEX triplet: B5, 5A and B9. RGB value is (181,90,185). Sum of RGB (Red+Green+Blue) = 181+90+185=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #B55AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AB9 is #4AA546. Grayscale: #7F7F7F. Windows color (decimal): -4891975 or 12147381. OLE color: 12147381.

HSL color Cylindrical-coordinate representation of color #B55AB9: hue angle of 297.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55AB9 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18190185-
CMYK0.020.5100.27
HSL297.47º40.43%53.92%-
HSV(B)297.47º51.35%72.55%-
XYZ31.4720.6448.22-
YUV128.04160.15165.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=39.69%
G=19.74%
B=40.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181901850.020.5100.27297.4740.4353.92
HexB55AB923301B1292836
Octal2651322712630334515066
Binary1011010110110101011100110110011011011100101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AB9; }

 p { color: rgb(181,90,185); }

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

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

 a { background-color: rgb(181,90,185); }

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

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

 span { border-color: rgb(181,90,185); }

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