Shades of Fuchsia #BB6DB1
Tints of Fuchsia #BB6DB1
RGB
CMYK
RGB Variations
Color information
#BB6DB1 (or 0xBB6DB1) is known color: Fuchsia. HEX triplet: BB, 6D and B1. RGB value is (187,109,177). Sum of RGB (Red+Green+Blue) = 187+109+177=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DB1 is #44924E. Grayscale: #8B8B8B. Windows color (decimal): -4493903 or 11627963. OLE color: 11627963.
HSL color Cylindrical-coordinate representation of color #BB6DB1: hue angle of 307.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6DB1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 177 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.27 |
| HSL | 307.69º | 0.36% | 0.58% | - |
| HSV(B) | 307.69º | 0.42% | 0.73% | - |
| XYZ | 33.9 | 24.68 | 44.57 | - |
| YUV | 140.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 177 | 0 | 0.42 | 0.05 | 0.27 | 307.69 | 0.36 | 0.58 |
| Hex | BB | 6D | B1 | 0 | 2A | 5 | 1B | 134 | 24 | 3A |
| Octal | 273 | 155 | 261 | 0 | 52 | 5 | 33 | 464 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10110001 | 0 | 101010 | 101 | 11011 | 100110100 | 100100 | 111010 |
Color Harmonies of #BB6DB1
Complementary color
Monochromatic Colors of #BB6DB1
Black with #BB6DB1
Text Example
Text Example
White with #BB6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DB1; }
p { color: rgb(187,109,177); }
H1.HeaderClassName
{
color: #BB6DB1;
}
.AnyTagClassName
{
color: #BB6DB1;
}
</style>
background-color css
<style>
a { background-color: #BB6DB1; }
a { background-color: rgb(187,109,177); }
div.DivClassName
{
background-color: #BB6DB1;
}
.BgClassName
{
background-color: #BB6DB1;
}
</style>
border-color css
<style>
span { border-color: #BB6DB1; }
span { border-color: rgb(187,109,177); }
td.TdClassName
{
border-color: #BB6DB1;
}
.TagClassName
{
border-color: #BB6DB1;
}
</style>