#B55EBB

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

Shades of Fuchsia #B55EBB

Tints of Fuchsia #B55EBB

Color information

#B55EBB (or 0xB55EBB) is unknown color: approx Fuchsia. HEX triplet: B5, 5E and BB. RGB value is (181,94,187). Sum of RGB (Red+Green+Blue) = 181+94+187=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B55EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EBB is #4AA144. Grayscale: #828282. Windows color (decimal): -4890949 or 12279477. OLE color: 12279477.

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

Color convert

RGB18194187-
CMYK0.030.5000.27
HSL296.13º40.61%55.1%-
HSV(B)296.13º49.73%73.33%-
XYZ32.0321.4249.46-
YUV130.62159.82163.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=39.18%
G=20.35%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181941870.030.5000.27296.1340.6155.1
HexB55EBB33201B1282937
Octal2651362733620334505167
Binary1011010110111101011101111110010011011100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55EBB; }

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

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

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

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

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

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

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

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