Shades of Fuchsia #BB60C2
Tints of Fuchsia #BB60C2
RGB
CMYK
RGB Variations
Color information
#BB60C2 (or 0xBB60C2) is known color: Fuchsia. HEX triplet: BB, 60 and C2. RGB value is (187,96,194). Sum of RGB (Red+Green+Blue) = 187+96+194=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60C2 is #449F3D. Grayscale: #868686. Windows color (decimal): -4497214 or 12738747. OLE color: 12738747.
HSL color Cylindrical-coordinate representation of color #BB60C2: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB60C2 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 96 | 194 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.24 |
| HSL | 295.71º | 0.45% | 0.57% | - |
| HSV(B) | 295.71º | 0.51% | 0.76% | - |
| XYZ | 34.41 | 22.83 | 53.63 | - |
| YUV | 134.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 194 | 0.04 | 0.51 | 0 | 0.24 | 295.71 | 0.45 | 0.57 |
| Hex | BB | 60 | C2 | 4 | 33 | 0 | 18 | 128 | 2D | 39 |
| Octal | 273 | 140 | 302 | 4 | 63 | 0 | 30 | 450 | 55 | 71 |
| Binary | 10111011 | 1100000 | 11000010 | 100 | 110011 | 0 | 11000 | 100101000 | 101101 | 111001 |
Color Harmonies of #BB60C2
Complementary color
Monochromatic Colors of #BB60C2
Black with #BB60C2
Text Example
Text Example
White with #BB60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60C2; }
p { color: rgb(187,96,194); }
H1.HeaderClassName
{
color: #BB60C2;
}
.AnyTagClassName
{
color: #BB60C2;
}
</style>
background-color css
<style>
a { background-color: #BB60C2; }
a { background-color: rgb(187,96,194); }
div.DivClassName
{
background-color: #BB60C2;
}
.BgClassName
{
background-color: #BB60C2;
}
</style>
border-color css
<style>
span { border-color: #BB60C2; }
span { border-color: rgb(187,96,194); }
td.TdClassName
{
border-color: #BB60C2;
}
.TagClassName
{
border-color: #BB60C2;
}
</style>