#B55EBA

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

Shades of Fuchsia #B55EBA

Tints of Fuchsia #B55EBA

Color information

#B55EBA (or 0xB55EBA) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and BA. RGB value is (181,94,186). Sum of RGB (Red+Green+Blue) = 181+94+186=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B55EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EBA is #4AA145. Grayscale: #828282. Windows color (decimal): -4890950 or 12213941. OLE color: 12213941.

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

Color convert

RGB18194186-
CMYK0.030.4900.27
HSL296.74º40%54.9%-
HSV(B)296.74º49.46%72.94%-
XYZ31.9221.3748.9-
YUV130.5159.32164.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=39.26%
G=20.39%
B=40.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181941860.030.4900.27296.744054.9
HexB55EBA33101B1292837
Octal2651362723610334515067
Binary1011010110111101011101011110001011011100101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EBA; }

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

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

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

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

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

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

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

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