Shades of Fuchsia #BB61C1
Tints of Fuchsia #BB61C1
RGB
CMYK
RGB Variations
Color information
#BB61C1 (or 0xBB61C1) is known color: Fuchsia. HEX triplet: BB, 61 and C1. RGB value is (187,97,193). Sum of RGB (Red+Green+Blue) = 187+97+193=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61C1 is #449E3E. Grayscale: #868686. Windows color (decimal): -4496959 or 12673467. OLE color: 12673467.
HSL color Cylindrical-coordinate representation of color #BB61C1: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB61C1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 97 | 193 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.24 |
| HSL | 296.25º | 0.44% | 0.57% | - |
| HSV(B) | 296.25º | 0.5% | 0.76% | - |
| XYZ | 34.39 | 22.96 | 53.07 | - |
| YUV | 134.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 193 | 0.03 | 0.50 | 0 | 0.24 | 296.25 | 0.44 | 0.57 |
| Hex | BB | 61 | C1 | 3 | 32 | 0 | 18 | 128 | 2C | 39 |
| Octal | 273 | 141 | 301 | 3 | 62 | 0 | 30 | 450 | 54 | 71 |
| Binary | 10111011 | 1100001 | 11000001 | 11 | 110010 | 0 | 11000 | 100101000 | 101100 | 111001 |
Color Harmonies of #BB61C1
Complementary color
Monochromatic Colors of #BB61C1
Black with #BB61C1
Text Example
Text Example
White with #BB61C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61C1; }
p { color: rgb(187,97,193); }
H1.HeaderClassName
{
color: #BB61C1;
}
.AnyTagClassName
{
color: #BB61C1;
}
</style>
background-color css
<style>
a { background-color: #BB61C1; }
a { background-color: rgb(187,97,193); }
div.DivClassName
{
background-color: #BB61C1;
}
.BgClassName
{
background-color: #BB61C1;
}
</style>
border-color css
<style>
span { border-color: #BB61C1; }
span { border-color: rgb(187,97,193); }
td.TdClassName
{
border-color: #BB61C1;
}
.TagClassName
{
border-color: #BB61C1;
}
</style>