#B55BBB

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

Shades of Fuchsia #B55BBB

Tints of Fuchsia #B55BBB

Color information

#B55BBB (or 0xB55BBB) is unknown color: approx Fuchsia. HEX triplet: B5, 5B and BB. RGB value is (181,91,187). Sum of RGB (Red+Green+Blue) = 181+91+187=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #B55BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55BBB is #4AA444. Grayscale: #808080. Windows color (decimal): -4891717 or 12278709. OLE color: 12278709.

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

Color convert

RGB18191187-
CMYK0.030.5100.27
HSL296.25º41.38%54.51%-
HSV(B)296.25º51.34%73.33%-
XYZ31.7720.8949.37-
YUV128.85160.82165.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=39.43%
G=19.83%
B=40.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181911870.030.5100.27296.2541.3854.51
HexB55BBB33301B1282937
Octal2651332733630334505167
Binary1011010110110111011101111110011011011100101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55BBB; }

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

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

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

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

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

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

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

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