#BB60B6

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

Shades of Fuchsia #BB60B6

Tints of Fuchsia #BB60B6

Color information

#BB60B6 (or 0xBB60B6) is unknown color: approx Fuchsia. HEX triplet: BB, 60 and B6. RGB value is (187,96,182). Sum of RGB (Red+Green+Blue) = 187+96+182=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60B6 is #449F49. Grayscale: #848484. Windows color (decimal): -4497226 or 11952315. OLE color: 11952315.

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

Color convert

RGB18796182-
CMYK00.490.030.27
HSL303.3º40.09%55.49%-
HSV(B)303.3º48.66%73.33%-
XYZ33.1222.3146.82-
YUV133.01155.65166.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=40.22%
G=20.65%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879618200.490.030.27303.340.0955.49
HexBB60B603131B12f2837
Octal2731402660613334575067
Binary1011101111000001011011001100011111011100101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB60B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB60B6; }

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

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

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

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

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

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

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

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