#bb60ad

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

Shades of Fuchsia #BB60AD

Tints of Fuchsia #BB60AD

Color information

#BB60AD (or 0xBB60AD) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and AD. RGB value is (187,96,173). Sum of RGB (Red+Green+Blue) = 187+96+173=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60AD is #449F52. Grayscale: #838383. Windows color (decimal): -4497235 or 11362491. OLE color: 11362491.

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

Color convert

RGB18796173-
CMYK00.490.070.27
HSL309.23º40.09%55.49%-
HSV(B)309.23º48.66%73.33%-
XYZ32.2221.9542.07-
YUV131.99151.15167.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=41.01%
G=21.05%
B=37.94%

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
Decimal1879617300.490.070.27309.2340.0955.49
HexBB60AD03171B1352837
Octal2731402550617334655067
Binary10111011110000010101101011000111111011100110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb60ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb60ad; }

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

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

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

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

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

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

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

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