Shades of Fuchsia #BB6EBD
Tints of Fuchsia #BB6EBD
RGB
CMYK
RGB Variations
Color information
#BB6EBD (or 0xBB6EBD) is known color: Fuchsia. HEX triplet: BB, 6E and BD. RGB value is (187,110,189). Sum of RGB (Red+Green+Blue) = 187+110+189=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBD is #449142. Grayscale: #8D8D8D. Windows color (decimal): -4493635 or 12414651. OLE color: 12414651.
HSL color Cylindrical-coordinate representation of color #BB6EBD: hue angle of 298.48º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6EBD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 110 | 189 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.26 |
| HSL | 298.48º | 0.37% | 0.59% | - |
| HSV(B) | 298.48º | 0.42% | 0.74% | - |
| XYZ | 35.25 | 25.39 | 51.19 | - |
| YUV | 142.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 189 | 0.01 | 0.42 | 0 | 0.26 | 298.48 | 0.37 | 0.59 |
| Hex | BB | 6E | BD | 1 | 2A | 0 | 1A | 12A | 25 | 3B |
| Octal | 273 | 156 | 275 | 1 | 52 | 0 | 32 | 452 | 45 | 73 |
| Binary | 10111011 | 1101110 | 10111101 | 1 | 101010 | 0 | 11010 | 100101010 | 100101 | 111011 |
Color Harmonies of #BB6EBD
Complementary color
Monochromatic Colors of #BB6EBD
Black with #BB6EBD
Text Example
Text Example
White with #BB6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EBD; }
p { color: rgb(187,110,189); }
H1.HeaderClassName
{
color: #BB6EBD;
}
.AnyTagClassName
{
color: #BB6EBD;
}
</style>
background-color css
<style>
a { background-color: #BB6EBD; }
a { background-color: rgb(187,110,189); }
div.DivClassName
{
background-color: #BB6EBD;
}
.BgClassName
{
background-color: #BB6EBD;
}
</style>
border-color css
<style>
span { border-color: #BB6EBD; }
span { border-color: rgb(187,110,189); }
td.TdClassName
{
border-color: #BB6EBD;
}
.TagClassName
{
border-color: #BB6EBD;
}
</style>