Shades of Fuchsia #BB6FBA
Tints of Fuchsia #BB6FBA
RGB
CMYK
RGB Variations
Color information
#BB6FBA (or 0xBB6FBA) is known color: Fuchsia. HEX triplet: BB, 6F and BA. RGB value is (187,111,186). Sum of RGB (Red+Green+Blue) = 187+111+186=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBA is #449045. Grayscale: #8E8E8E. Windows color (decimal): -4493382 or 12218299. OLE color: 12218299.
HSL color Cylindrical-coordinate representation of color #BB6FBA: hue angle of 300.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FBA is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 186 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.27 |
| HSL | 300.79º | 0.36% | 0.58% | - |
| HSV(B) | 300.79º | 0.41% | 0.73% | - |
| XYZ | 35.04 | 25.48 | 49.53 | - |
| YUV | 142.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 186 | 0 | 0.41 | 0.01 | 0.27 | 300.79 | 0.36 | 0.58 |
| Hex | BB | 6F | BA | 0 | 29 | 1 | 1B | 12D | 24 | 3A |
| Octal | 273 | 157 | 272 | 0 | 51 | 1 | 33 | 455 | 44 | 72 |
| Binary | 10111011 | 1101111 | 10111010 | 0 | 101001 | 1 | 11011 | 100101101 | 100100 | 111010 |
Color Harmonies of #BB6FBA
Complementary color
Monochromatic Colors of #BB6FBA
Black with #BB6FBA
Text Example
Text Example
White with #BB6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FBA; }
p { color: rgb(187,111,186); }
H1.HeaderClassName
{
color: #BB6FBA;
}
.AnyTagClassName
{
color: #BB6FBA;
}
</style>
background-color css
<style>
a { background-color: #BB6FBA; }
a { background-color: rgb(187,111,186); }
div.DivClassName
{
background-color: #BB6FBA;
}
.BgClassName
{
background-color: #BB6FBA;
}
</style>
border-color css
<style>
span { border-color: #BB6FBA; }
span { border-color: rgb(187,111,186); }
td.TdClassName
{
border-color: #BB6FBA;
}
.TagClassName
{
border-color: #BB6FBA;
}
</style>