Shades of Fuchsia #BB6DB7
Tints of Fuchsia #BB6DB7
RGB
CMYK
RGB Variations
Color information
#BB6DB7 (or 0xBB6DB7) is known color: Fuchsia. HEX triplet: BB, 6D and B7. RGB value is (187,109,183). Sum of RGB (Red+Green+Blue) = 187+109+183=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DB7 is #449248. Grayscale: #8C8C8C. Windows color (decimal): -4493897 or 12021179. OLE color: 12021179.
HSL color Cylindrical-coordinate representation of color #BB6DB7: hue angle of 303.08º 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 #BB6DB7 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 183 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.27 |
| HSL | 303.08º | 0.36% | 0.58% | - |
| HSV(B) | 303.08º | 0.42% | 0.73% | - |
| XYZ | 34.51 | 24.92 | 47.79 | - |
| YUV | 140.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 183 | 0 | 0.42 | 0.02 | 0.27 | 303.08 | 0.36 | 0.58 |
| Hex | BB | 6D | B7 | 0 | 2A | 2 | 1B | 12F | 24 | 3A |
| Octal | 273 | 155 | 267 | 0 | 52 | 2 | 33 | 457 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10110111 | 0 | 101010 | 10 | 11011 | 100101111 | 100100 | 111010 |
Color Harmonies of #BB6DB7
Complementary color
Monochromatic Colors of #BB6DB7
Black with #BB6DB7
Text Example
Text Example
White with #BB6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DB7; }
p { color: rgb(187,109,183); }
H1.HeaderClassName
{
color: #BB6DB7;
}
.AnyTagClassName
{
color: #BB6DB7;
}
</style>
background-color css
<style>
a { background-color: #BB6DB7; }
a { background-color: rgb(187,109,183); }
div.DivClassName
{
background-color: #BB6DB7;
}
.BgClassName
{
background-color: #BB6DB7;
}
</style>
border-color css
<style>
span { border-color: #BB6DB7; }
span { border-color: rgb(187,109,183); }
td.TdClassName
{
border-color: #BB6DB7;
}
.TagClassName
{
border-color: #BB6DB7;
}
</style>