Shades of Fuchsia #BB68AD
Tints of Fuchsia #BB68AD
RGB
CMYK
RGB Variations
Color information
#BB68AD (or 0xBB68AD) is known color: Fuchsia. HEX triplet: BB, 68 and AD. RGB value is (187,104,173). Sum of RGB (Red+Green+Blue) = 187+104+173=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AD is #449752. Grayscale: #888888. Windows color (decimal): -4495187 or 11364539. OLE color: 11364539.
HSL color Cylindrical-coordinate representation of color #BB68AD: hue angle of 310.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68AD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 173 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.27 |
| HSL | 310.12º | 0.38% | 0.57% | - |
| HSV(B) | 310.12º | 0.44% | 0.73% | - |
| XYZ | 32.99 | 23.48 | 42.33 | - |
| YUV | 136.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 173 | 0 | 0.44 | 0.07 | 0.27 | 310.12 | 0.38 | 0.57 |
| Hex | BB | 68 | AD | 0 | 2C | 7 | 1B | 136 | 26 | 39 |
| Octal | 273 | 150 | 255 | 0 | 54 | 7 | 33 | 466 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10101101 | 0 | 101100 | 111 | 11011 | 100110110 | 100110 | 111001 |
Color Harmonies of #BB68AD
Complementary color
Monochromatic Colors of #BB68AD
Black with #BB68AD
Text Example
Text Example
White with #BB68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68AD; }
p { color: rgb(187,104,173); }
H1.HeaderClassName
{
color: #BB68AD;
}
.AnyTagClassName
{
color: #BB68AD;
}
</style>
background-color css
<style>
a { background-color: #BB68AD; }
a { background-color: rgb(187,104,173); }
div.DivClassName
{
background-color: #BB68AD;
}
.BgClassName
{
background-color: #BB68AD;
}
</style>
border-color css
<style>
span { border-color: #BB68AD; }
span { border-color: rgb(187,104,173); }
td.TdClassName
{
border-color: #BB68AD;
}
.TagClassName
{
border-color: #BB68AD;
}
</style>