#b55eb1

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

Shades of Fuchsia #B55EB1

Tints of Fuchsia #B55EB1

Color information

#B55EB1 (or 0xB55EB1) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and B1. RGB value is (181,94,177). Sum of RGB (Red+Green+Blue) = 181+94+177=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B55EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55EB1 is #4AA14E. Grayscale: #818181. Windows color (decimal): -4890959 or 11624117. OLE color: 11624117.

HSL color Cylindrical-coordinate representation of color #B55EB1: hue angle of 302.76º 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 #B55EB1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB18194177-
CMYK00.480.020.29
HSL302.76º37.02%53.92%-
HSV(B)302.76º48.07%70.98%-
XYZ30.992144.02-
YUV129.48154.82164.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 94 (37.11% from 255) = 20.80%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=40.04%
G=20.80%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819417700.480.020.29302.7637.0253.92
HexB55EB103021D12f2536
Octal2651362610602354574566
Binary1011010110111101011000101100001011101100101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55eb1; }

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

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

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

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

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

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

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

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