#BB5AB3

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

Shades of Fuchsia #BB5AB3

Tints of Fuchsia #BB5AB3

Color information

#BB5AB3 (or 0xBB5AB3) is unknown color: approx Fuchsia. HEX triplet: BB, 5A and B3. RGB value is (187,90,179). Sum of RGB (Red+Green+Blue) = 187+90+179=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AB3 is #44A54C. Grayscale: #808080. Windows color (decimal): -4498765 or 11754171. OLE color: 11754171.

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

Color convert

RGB18790179-
CMYK00.520.040.27
HSL304.95º41.63%54.31%-
HSV(B)304.95º51.87%73.33%-
XYZ32.2921.1345.02-
YUV129.15156.14169.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 179 (70.31% from 255) = 39.25%
R=41.01%
G=19.74%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879017900.520.040.27304.9541.6354.31
HexBB5AB303441B1312a36
Octal2731322630644334615266
Binary10111011101101010110011011010010011011100110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AB3; }

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

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

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

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

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

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

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

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