#BB60B0

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

Shades of Fuchsia #BB60B0

Tints of Fuchsia #BB60B0

Color information

#BB60B0 (or 0xBB60B0) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and B0. RGB value is (187,96,176). Sum of RGB (Red+Green+Blue) = 187+96+176=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60B0 is #449F4F. Grayscale: #848484. Windows color (decimal): -4497232 or 11559099. OLE color: 11559099.

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

Color convert

RGB18796176-
CMYK00.490.060.27
HSL307.25º40.09%55.49%-
HSV(B)307.25º48.66%73.33%-
XYZ32.5122.0743.62-
YUV132.33152.65167-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=40.74%
G=20.92%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879617600.490.060.27307.2540.0955.49
HexBB60B003161B1332837
Octal2731402600616334635067
Binary10111011110000010110000011000111011011100110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60B0; }

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

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

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

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

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

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

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

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