#BB5ABB

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

Shades of Fuchsia #BB5ABB

Tints of Fuchsia #BB5ABB

Color information

#BB5ABB (or 0xBB5ABB) is unknown color: approx Fuchsia. HEX triplet: BB, 5A and BB. RGB value is (187,90,187). Sum of RGB (Red+Green+Blue) = 187+90+187=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ABB is #44A544. Grayscale: #818181. Windows color (decimal): -4498757 or 12278459. OLE color: 12278459.

HSL color Cylindrical-coordinate representation of color #BB5ABB: hue angle of 300º 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 #BB5ABB is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18790187-
CMYK00.5200.27
HSL300º41.63%54.31%-
HSV(B)300º51.87%73.33%-
XYZ33.1221.4649.41-
YUV130.06160.14168.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=40.30%
G=19.40%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879018700.5200.2730041.6354.31
HexBB5ABB03401B12c2a36
Octal2731322730640334545266
Binary101110111011010101110110110100011011100101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5ABB; }

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

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

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

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

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

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

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

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