Shades of Fuchsia #BB6DB8
Tints of Fuchsia #BB6DB8
RGB
CMYK
RGB Variations
Color information
#BB6DB8 (or 0xBB6DB8) is known color: Fuchsia. HEX triplet: BB, 6D and B8. RGB value is (187,109,184). Sum of RGB (Red+Green+Blue) = 187+109+184=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DB8 is #449247. Grayscale: #8C8C8C. Windows color (decimal): -4493896 or 12086715. OLE color: 12086715.
HSL color Cylindrical-coordinate representation of color #BB6DB8: hue angle of 302.31º 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 #BB6DB8 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 184 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.27 |
| HSL | 302.31º | 0.36% | 0.58% | - |
| HSV(B) | 302.31º | 0.42% | 0.73% | - |
| XYZ | 34.61 | 24.96 | 48.34 | - |
| YUV | 140.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 184 | 0 | 0.42 | 0.02 | 0.27 | 302.31 | 0.36 | 0.58 |
| Hex | BB | 6D | B8 | 0 | 2A | 2 | 1B | 12E | 24 | 3A |
| Octal | 273 | 155 | 270 | 0 | 52 | 2 | 33 | 456 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10111000 | 0 | 101010 | 10 | 11011 | 100101110 | 100100 | 111010 |
Color Harmonies of #BB6DB8
Complementary color
Monochromatic Colors of #BB6DB8
Black with #BB6DB8
Text Example
Text Example
White with #BB6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DB8; }
p { color: rgb(187,109,184); }
H1.HeaderClassName
{
color: #BB6DB8;
}
.AnyTagClassName
{
color: #BB6DB8;
}
</style>
background-color css
<style>
a { background-color: #BB6DB8; }
a { background-color: rgb(187,109,184); }
div.DivClassName
{
background-color: #BB6DB8;
}
.BgClassName
{
background-color: #BB6DB8;
}
</style>
border-color css
<style>
span { border-color: #BB6DB8; }
span { border-color: rgb(187,109,184); }
td.TdClassName
{
border-color: #BB6DB8;
}
.TagClassName
{
border-color: #BB6DB8;
}
</style>