Shades of Fuchsia #BB68C0
Tints of Fuchsia #BB68C0
RGB
CMYK
RGB Variations
Color information
#BB68C0 (or 0xBB68C0) is known color: Fuchsia. HEX triplet: BB, 68 and C0. RGB value is (187,104,192). Sum of RGB (Red+Green+Blue) = 187+104+192=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68C0 is #44973F. Grayscale: #8A8A8A. Windows color (decimal): -4495168 or 12609723. OLE color: 12609723.
HSL color Cylindrical-coordinate representation of color #BB68C0: hue angle of 296.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB68C0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 104 | 192 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.25 |
| HSL | 296.59º | 0.41% | 0.58% | - |
| HSV(B) | 296.59º | 0.46% | 0.75% | - |
| XYZ | 34.96 | 24.27 | 52.71 | - |
| YUV | 138.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 192 | 0.03 | 0.46 | 0 | 0.25 | 296.59 | 0.41 | 0.58 |
| Hex | BB | 68 | C0 | 3 | 2E | 0 | 19 | 129 | 29 | 3A |
| Octal | 273 | 150 | 300 | 3 | 56 | 0 | 31 | 451 | 51 | 72 |
| Binary | 10111011 | 1101000 | 11000000 | 11 | 101110 | 0 | 11001 | 100101001 | 101001 | 111010 |
Color Harmonies of #BB68C0
Complementary color
Monochromatic Colors of #BB68C0
Black with #BB68C0
Text Example
Text Example
White with #BB68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68C0; }
p { color: rgb(187,104,192); }
H1.HeaderClassName
{
color: #BB68C0;
}
.AnyTagClassName
{
color: #BB68C0;
}
</style>
background-color css
<style>
a { background-color: #BB68C0; }
a { background-color: rgb(187,104,192); }
div.DivClassName
{
background-color: #BB68C0;
}
.BgClassName
{
background-color: #BB68C0;
}
</style>
border-color css
<style>
span { border-color: #BB68C0; }
span { border-color: rgb(187,104,192); }
td.TdClassName
{
border-color: #BB68C0;
}
.TagClassName
{
border-color: #BB68C0;
}
</style>