#BB60AE

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

Shades of Fuchsia #BB60AE

Tints of Fuchsia #BB60AE

Color information

#BB60AE (or 0xBB60AE) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and AE. RGB value is (187,96,174). Sum of RGB (Red+Green+Blue) = 187+96+174=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60AE is #449F51. Grayscale: #838383. Windows color (decimal): -4497234 or 11428027. OLE color: 11428027.

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

Color convert

RGB18796174-
CMYK00.490.070.27
HSL308.57º40.09%55.49%-
HSV(B)308.57º48.66%73.33%-
XYZ32.3221.9942.58-
YUV132.1151.65167.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=40.92%
G=21.01%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879617400.490.070.27308.5740.0955.49
HexBB60AE03171B1352837
Octal2731402560617334655067
Binary10111011110000010101110011000111111011100110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60AE; }

 p { color: rgb(187,96,174); }

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

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

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

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

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

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

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