Shades of Fuchsia #BB60C7
Tints of Fuchsia #BB60C7
RGB
CMYK
RGB Variations
Color information
#BB60C7 (or 0xBB60C7) is known color: Fuchsia. HEX triplet: BB, 60 and C7. RGB value is (187,96,199). Sum of RGB (Red+Green+Blue) = 187+96+199=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60C7 is #449F38. Grayscale: #868686. Windows color (decimal): -4497209 or 13066427. OLE color: 13066427.
HSL color Cylindrical-coordinate representation of color #BB60C7: hue angle of 293.01º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB60C7 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 96 | 199 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.22 |
| HSL | 293.01º | 0.48% | 0.58% | - |
| HSV(B) | 293.01º | 0.52% | 0.78% | - |
| XYZ | 34.99 | 23.05 | 56.64 | - |
| YUV | 134.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 199 | 0.06 | 0.52 | 0 | 0.22 | 293.01 | 0.48 | 0.58 |
| Hex | BB | 60 | C7 | 6 | 34 | 0 | 16 | 125 | 30 | 3A |
| Octal | 273 | 140 | 307 | 6 | 64 | 0 | 26 | 445 | 60 | 72 |
| Binary | 10111011 | 1100000 | 11000111 | 110 | 110100 | 0 | 10110 | 100100101 | 110000 | 111010 |
Color Harmonies of #BB60C7
Complementary color
Monochromatic Colors of #BB60C7
Black with #BB60C7
Text Example
Text Example
White with #BB60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60C7; }
p { color: rgb(187,96,199); }
H1.HeaderClassName
{
color: #BB60C7;
}
.AnyTagClassName
{
color: #BB60C7;
}
</style>
background-color css
<style>
a { background-color: #BB60C7; }
a { background-color: rgb(187,96,199); }
div.DivClassName
{
background-color: #BB60C7;
}
.BgClassName
{
background-color: #BB60C7;
}
</style>
border-color css
<style>
span { border-color: #BB60C7; }
span { border-color: rgb(187,96,199); }
td.TdClassName
{
border-color: #BB60C7;
}
.TagClassName
{
border-color: #BB60C7;
}
</style>