#B55EB6

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

Shades of Fuchsia #B55EB6

Tints of Fuchsia #B55EB6

Color information

#B55EB6 (or 0xB55EB6) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and B6. RGB value is (181,94,182). Sum of RGB (Red+Green+Blue) = 181+94+182=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #B55EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EB6 is #4AA149. Grayscale: #818181. Windows color (decimal): -4890954 or 11951797. OLE color: 11951797.

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

Color convert

RGB18194182-
CMYK0.010.4800.29
HSL299.32º37.61%54.12%-
HSV(B)299.32º48.35%71.37%-
XYZ31.521.2146.69-
YUV130.04157.32164.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=39.61%
G=20.57%
B=39.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181941820.010.4800.29299.3237.6154.12
HexB55EB613001D12b2636
Octal2651362661600354534666
Binary101101011011110101101101110000011101100101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EB6; }

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

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

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

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

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

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

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

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