#BB6AB5

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

Shades of Fuchsia #BB6AB5

Tints of Fuchsia #BB6AB5

Color information

#BB6AB5 (or 0xBB6AB5) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and B5. RGB value is (187,106,181). Sum of RGB (Red+Green+Blue) = 187+106+181=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AB5 is #44954A. Grayscale: #8A8A8A. Windows color (decimal): -4494667 or 11889339. OLE color: 11889339.

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

Color convert

RGB187106181-
CMYK00.430.030.27
HSL304.44º37.33%57.45%-
HSV(B)304.44º43.32%73.33%-
XYZ33.9924.2146.6-
YUV138.77151.84162.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 181 (71.09% from 255) = 38.19%
R=39.45%
G=22.36%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710618100.430.030.27304.4437.3357.45
HexBB6AB502B31B1302539
Octal2731522650533334604571
Binary1011101111010101011010101010111111011100110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AB5; }

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

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

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

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

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

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

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

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