Shades of Fuchsia #BB6AB8
Tints of Fuchsia #BB6AB8
RGB
CMYK
RGB Variations
Color information
#BB6AB8 (or 0xBB6AB8) is known color: Fuchsia. HEX triplet: BB, 6A and B8. RGB value is (187,106,184). Sum of RGB (Red+Green+Blue) = 187+106+184=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AB8 is #449547. Grayscale: #8A8A8A. Windows color (decimal): -4494664 or 12085947. OLE color: 12085947.
HSL color Cylindrical-coordinate representation of color #BB6AB8: hue angle of 302.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6AB8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 184 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.27 |
| HSL | 302.22º | 0.37% | 0.57% | - |
| HSV(B) | 302.22º | 0.43% | 0.73% | - |
| XYZ | 34.3 | 24.33 | 48.24 | - |
| YUV | 139.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 184 | 0 | 0.43 | 0.02 | 0.27 | 302.22 | 0.37 | 0.57 |
| Hex | BB | 6A | B8 | 0 | 2B | 2 | 1B | 12E | 25 | 39 |
| Octal | 273 | 152 | 270 | 0 | 53 | 2 | 33 | 456 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10111000 | 0 | 101011 | 10 | 11011 | 100101110 | 100101 | 111001 |
Color Harmonies of #BB6AB8
Complementary color
Monochromatic Colors of #BB6AB8
Black with #BB6AB8
Text Example
Text Example
White with #BB6AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6AB8; }
p { color: rgb(187,106,184); }
H1.HeaderClassName
{
color: #BB6AB8;
}
.AnyTagClassName
{
color: #BB6AB8;
}
</style>
background-color css
<style>
a { background-color: #BB6AB8; }
a { background-color: rgb(187,106,184); }
div.DivClassName
{
background-color: #BB6AB8;
}
.BgClassName
{
background-color: #BB6AB8;
}
</style>
border-color css
<style>
span { border-color: #BB6AB8; }
span { border-color: rgb(187,106,184); }
td.TdClassName
{
border-color: #BB6AB8;
}
.TagClassName
{
border-color: #BB6AB8;
}
</style>