Shades of Fuchsia #BB6FBD
Tints of Fuchsia #BB6FBD
RGB
CMYK
RGB Variations
Color information
#BB6FBD (or 0xBB6FBD) is known color: Fuchsia. HEX triplet: BB, 6F and BD. RGB value is (187,111,189). Sum of RGB (Red+Green+Blue) = 187+111+189=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBD is #449042. Grayscale: #8E8E8E. Windows color (decimal): -4493379 or 12414907. OLE color: 12414907.
HSL color Cylindrical-coordinate representation of color #BB6FBD: hue angle of 298.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FBD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 111 | 189 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.26 |
| HSL | 298.46º | 0.37% | 0.59% | - |
| HSV(B) | 298.46º | 0.41% | 0.74% | - |
| XYZ | 35.36 | 25.61 | 51.22 | - |
| YUV | 142.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 189 | 0.01 | 0.41 | 0 | 0.26 | 298.46 | 0.37 | 0.59 |
| Hex | BB | 6F | BD | 1 | 29 | 0 | 1A | 12A | 25 | 3B |
| Octal | 273 | 157 | 275 | 1 | 51 | 0 | 32 | 452 | 45 | 73 |
| Binary | 10111011 | 1101111 | 10111101 | 1 | 101001 | 0 | 11010 | 100101010 | 100101 | 111011 |
Color Harmonies of #BB6FBD
Complementary color
Monochromatic Colors of #BB6FBD
Black with #BB6FBD
Text Example
Text Example
White with #BB6FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FBD; }
p { color: rgb(187,111,189); }
H1.HeaderClassName
{
color: #BB6FBD;
}
.AnyTagClassName
{
color: #BB6FBD;
}
</style>
background-color css
<style>
a { background-color: #BB6FBD; }
a { background-color: rgb(187,111,189); }
div.DivClassName
{
background-color: #BB6FBD;
}
.BgClassName
{
background-color: #BB6FBD;
}
</style>
border-color css
<style>
span { border-color: #BB6FBD; }
span { border-color: rgb(187,111,189); }
td.TdClassName
{
border-color: #BB6FBD;
}
.TagClassName
{
border-color: #BB6FBD;
}
</style>