Shades of Fuchsia #BB66B2
Tints of Fuchsia #BB66B2
RGB
CMYK
RGB Variations
Color information
#BB66B2 (or 0xBB66B2) is known color: Fuchsia. HEX triplet: BB, 66 and B2. RGB value is (187,102,178). Sum of RGB (Red+Green+Blue) = 187+102+178=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66B2 is #44994D. Grayscale: #878787. Windows color (decimal): -4495694 or 11691707. OLE color: 11691707.
HSL color Cylindrical-coordinate representation of color #BB66B2: hue angle of 306.35º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB66B2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 178 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.27 |
| HSL | 306.35º | 0.38% | 0.57% | - |
| HSV(B) | 306.35º | 0.45% | 0.73% | - |
| XYZ | 33.28 | 23.28 | 44.86 | - |
| YUV | 136.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 178 | 0 | 0.45 | 0.05 | 0.27 | 306.35 | 0.38 | 0.57 |
| Hex | BB | 66 | B2 | 0 | 2D | 5 | 1B | 132 | 26 | 39 |
| Octal | 273 | 146 | 262 | 0 | 55 | 5 | 33 | 462 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10110010 | 0 | 101101 | 101 | 11011 | 100110010 | 100110 | 111001 |
Color Harmonies of #BB66B2
Complementary color
Monochromatic Colors of #BB66B2
Black with #BB66B2
Text Example
Text Example
White with #BB66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66B2; }
p { color: rgb(187,102,178); }
H1.HeaderClassName
{
color: #BB66B2;
}
.AnyTagClassName
{
color: #BB66B2;
}
</style>
background-color css
<style>
a { background-color: #BB66B2; }
a { background-color: rgb(187,102,178); }
div.DivClassName
{
background-color: #BB66B2;
}
.BgClassName
{
background-color: #BB66B2;
}
</style>
border-color css
<style>
span { border-color: #BB66B2; }
span { border-color: rgb(187,102,178); }
td.TdClassName
{
border-color: #BB66B2;
}
.TagClassName
{
border-color: #BB66B2;
}
</style>