Shades of Fuchsia #BB40C7
Tints of Fuchsia #BB40C7
RGB
CMYK
RGB Variations
Color information
#BB40C7 (or 0xBB40C7) is known color: Fuchsia. HEX triplet: BB, 40 and C7. RGB value is (187,64,199). Sum of RGB (Red+Green+Blue) = 187+64+199=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB40C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40C7 is #44BF38. Grayscale: #737373. Windows color (decimal): -4505401 or 13058235. OLE color: 13058235.
HSL color Cylindrical-coordinate representation of color #BB40C7: hue angle of 294.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB40C7 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 64 | 199 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.22 |
| HSL | 294.67º | 0.55% | 0.52% | - |
| HSV(B) | 294.67º | 0.68% | 0.78% | - |
| XYZ | 32.64 | 18.36 | 55.86 | - |
| YUV | 116.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 199 | 0.06 | 0.68 | 0 | 0.22 | 294.67 | 0.55 | 0.52 |
| Hex | BB | 40 | C7 | 6 | 44 | 0 | 16 | 127 | 37 | 34 |
| Octal | 273 | 100 | 307 | 6 | 104 | 0 | 26 | 447 | 67 | 64 |
| Binary | 10111011 | 1000000 | 11000111 | 110 | 1000100 | 0 | 10110 | 100100111 | 110111 | 110100 |
Color Harmonies of #BB40C7
Complementary color
Monochromatic Colors of #BB40C7
Black with #BB40C7
Text Example
Text Example
White with #BB40C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40C7; }
p { color: rgb(187,64,199); }
H1.HeaderClassName
{
color: #BB40C7;
}
.AnyTagClassName
{
color: #BB40C7;
}
</style>
background-color css
<style>
a { background-color: #BB40C7; }
a { background-color: rgb(187,64,199); }
div.DivClassName
{
background-color: #BB40C7;
}
.BgClassName
{
background-color: #BB40C7;
}
</style>
border-color css
<style>
span { border-color: #BB40C7; }
span { border-color: rgb(187,64,199); }
td.TdClassName
{
border-color: #BB40C7;
}
.TagClassName
{
border-color: #BB40C7;
}
</style>