Shades of Fuchsia #BB41C7
Tints of Fuchsia #BB41C7
RGB
CMYK
RGB Variations
Color information
#BB41C7 (or 0xBB41C7) is known color: Fuchsia. HEX triplet: BB, 41 and C7. RGB value is (187,65,199). Sum of RGB (Red+Green+Blue) = 187+65+199=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41C7 is #44BE38. Grayscale: #747474. Windows color (decimal): -4505145 or 13058491. OLE color: 13058491.
HSL color Cylindrical-coordinate representation of color #BB41C7: hue angle of 294.63º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB41C7 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 65 | 199 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.22 |
| HSL | 294.63º | 0.54% | 0.52% | - |
| HSV(B) | 294.63º | 0.67% | 0.78% | - |
| XYZ | 32.69 | 18.47 | 55.87 | - |
| YUV | 116.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 199 | 0.06 | 0.67 | 0 | 0.22 | 294.63 | 0.54 | 0.52 |
| Hex | BB | 41 | C7 | 6 | 43 | 0 | 16 | 127 | 36 | 34 |
| Octal | 273 | 101 | 307 | 6 | 103 | 0 | 26 | 447 | 66 | 64 |
| Binary | 10111011 | 1000001 | 11000111 | 110 | 1000011 | 0 | 10110 | 100100111 | 110110 | 110100 |
Color Harmonies of #BB41C7
Complementary color
Monochromatic Colors of #BB41C7
Black with #BB41C7
Text Example
Text Example
White with #BB41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41C7; }
p { color: rgb(187,65,199); }
H1.HeaderClassName
{
color: #BB41C7;
}
.AnyTagClassName
{
color: #BB41C7;
}
</style>
background-color css
<style>
a { background-color: #BB41C7; }
a { background-color: rgb(187,65,199); }
div.DivClassName
{
background-color: #BB41C7;
}
.BgClassName
{
background-color: #BB41C7;
}
</style>
border-color css
<style>
span { border-color: #BB41C7; }
span { border-color: rgb(187,65,199); }
td.TdClassName
{
border-color: #BB41C7;
}
.TagClassName
{
border-color: #BB41C7;
}
</style>