Shades of Fuchsia #BB6DC1
Tints of Fuchsia #BB6DC1
RGB
CMYK
RGB Variations
Color information
#BB6DC1 (or 0xBB6DC1) is known color: Fuchsia. HEX triplet: BB, 6D and C1. RGB value is (187,109,193). Sum of RGB (Red+Green+Blue) = 187+109+193=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DC1 is #44923E. Grayscale: #8D8D8D. Windows color (decimal): -4493887 or 12676539. OLE color: 12676539.
HSL color Cylindrical-coordinate representation of color #BB6DC1: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6DC1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 109 | 193 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.24 |
| HSL | 295.71º | 0.4% | 0.59% | - |
| HSV(B) | 295.71º | 0.44% | 0.76% | - |
| XYZ | 35.59 | 25.35 | 53.47 | - |
| YUV | 141.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 193 | 0.03 | 0.44 | 0 | 0.24 | 295.71 | 0.4 | 0.59 |
| Hex | BB | 6D | C1 | 3 | 2C | 0 | 18 | 128 | 28 | 3B |
| Octal | 273 | 155 | 301 | 3 | 54 | 0 | 30 | 450 | 50 | 73 |
| Binary | 10111011 | 1101101 | 11000001 | 11 | 101100 | 0 | 11000 | 100101000 | 101000 | 111011 |
Color Harmonies of #BB6DC1
Complementary color
Monochromatic Colors of #BB6DC1
Black with #BB6DC1
Text Example
Text Example
White with #BB6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DC1; }
p { color: rgb(187,109,193); }
H1.HeaderClassName
{
color: #BB6DC1;
}
.AnyTagClassName
{
color: #BB6DC1;
}
</style>
background-color css
<style>
a { background-color: #BB6DC1; }
a { background-color: rgb(187,109,193); }
div.DivClassName
{
background-color: #BB6DC1;
}
.BgClassName
{
background-color: #BB6DC1;
}
</style>
border-color css
<style>
span { border-color: #BB6DC1; }
span { border-color: rgb(187,109,193); }
td.TdClassName
{
border-color: #BB6DC1;
}
.TagClassName
{
border-color: #BB6DC1;
}
</style>