#b55bae

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

Shades of Fuchsia #B55BAE

Tints of Fuchsia #B55BAE

Color information

#B55BAE (or 0xB55BAE) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and AE. RGB value is (181,91,174). Sum of RGB (Red+Green+Blue) = 181+91+174=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B55BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55BAE is #4AA451. Grayscale: #7F7F7F. Windows color (decimal): -4891730 or 11426741. OLE color: 11426741.

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

Color convert

RGB18191174-
CMYK00.500.040.29
HSL304.67º37.82%53.33%-
HSV(B)304.67º49.72%70.98%-
XYZ30.4420.3642.37-
YUV127.37154.32166.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=40.58%
G=20.40%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819117400.500.040.29304.6737.8253.33
HexB55BAE03241D1312635
Octal2651332560624354614665
Binary10110101101101110101110011001010011101100110001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55bae; }

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

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

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

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

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

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

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

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