Shades of Fuchsia #BB6FC1
Tints of Fuchsia #BB6FC1
RGB
CMYK
RGB Variations
Color information
#BB6FC1 (or 0xBB6FC1) is known color: Fuchsia. HEX triplet: BB, 6F and C1. RGB value is (187,111,193). Sum of RGB (Red+Green+Blue) = 187+111+193=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FC1 is #44903E. Grayscale: #8E8E8E. Windows color (decimal): -4493375 or 12677051. OLE color: 12677051.
HSL color Cylindrical-coordinate representation of color #BB6FC1: hue angle of 295.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6FC1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 111 | 193 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.24 |
| HSL | 295.61º | 0.4% | 0.6% | - |
| HSV(B) | 295.61º | 0.42% | 0.76% | - |
| XYZ | 35.8 | 25.78 | 53.54 | - |
| YUV | 143.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 193 | 0.03 | 0.42 | 0 | 0.24 | 295.61 | 0.4 | 0.6 |
| Hex | BB | 6F | C1 | 3 | 2A | 0 | 18 | 128 | 28 | 3C |
| Octal | 273 | 157 | 301 | 3 | 52 | 0 | 30 | 450 | 50 | 74 |
| Binary | 10111011 | 1101111 | 11000001 | 11 | 101010 | 0 | 11000 | 100101000 | 101000 | 111100 |
Color Harmonies of #BB6FC1
Complementary color
Monochromatic Colors of #BB6FC1
Black with #BB6FC1
Text Example
Text Example
White with #BB6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FC1; }
p { color: rgb(187,111,193); }
H1.HeaderClassName
{
color: #BB6FC1;
}
.AnyTagClassName
{
color: #BB6FC1;
}
</style>
background-color css
<style>
a { background-color: #BB6FC1; }
a { background-color: rgb(187,111,193); }
div.DivClassName
{
background-color: #BB6FC1;
}
.BgClassName
{
background-color: #BB6FC1;
}
</style>
border-color css
<style>
span { border-color: #BB6FC1; }
span { border-color: rgb(187,111,193); }
td.TdClassName
{
border-color: #BB6FC1;
}
.TagClassName
{
border-color: #BB6FC1;
}
</style>