#BB5AB2

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

Shades of Fuchsia #BB5AB2

Tints of Fuchsia #BB5AB2

Color information

#BB5AB2 (or 0xBB5AB2) is unknown color: approx Fuchsia. HEX triplet: BB, 5A and B2. RGB value is (187,90,178). Sum of RGB (Red+Green+Blue) = 187+90+178=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AB2 is #44A54D. Grayscale: #808080. Windows color (decimal): -4498766 or 11688635. OLE color: 11688635.

HSL color Cylindrical-coordinate representation of color #BB5AB2: hue angle of 305.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18790178-
CMYK00.520.050.27
HSL305.57º41.63%54.31%-
HSV(B)305.57º51.87%73.33%-
XYZ32.1921.0944.49-
YUV129.04155.64169.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 178 (69.92% from 255) = 39.12%
R=41.10%
G=19.78%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879017800.520.050.27305.5741.6354.31
HexBB5AB203451B1322a36
Octal2731322620645334625266
Binary10111011101101010110010011010010111011100110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AB2; }

 p { color: rgb(187,90,178); }

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

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

 a { background-color: rgb(187,90,178); }

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

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

 span { border-color: rgb(187,90,178); }

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