Shades of Fuchsia #BB31C8
Tints of Fuchsia #BB31C8
RGB
CMYK
RGB Variations
Color information
#BB31C8 (or 0xBB31C8) is known color: Fuchsia. HEX triplet: BB, 31 and C8. RGB value is (187,49,200). Sum of RGB (Red+Green+Blue) = 187+49+200=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB31C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31C8 is #44CE37. Grayscale: #6B6B6B. Windows color (decimal): -4509240 or 13119931. OLE color: 13119931.
HSL color Cylindrical-coordinate representation of color #BB31C8: hue angle of 294.83º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB31C8 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 49 | 200 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.22 |
| HSL | 294.83º | 0.61% | 0.49% | - |
| HSV(B) | 294.83º | 0.76% | 0.78% | - |
| XYZ | 32.02 | 16.93 | 56.22 | - |
| YUV | 107.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 200 | 0.06 | 0.76 | 0 | 0.22 | 294.83 | 0.61 | 0.49 |
| Hex | BB | 31 | C8 | 6 | 4C | 0 | 16 | 127 | 3D | 31 |
| Octal | 273 | 61 | 310 | 6 | 114 | 0 | 26 | 447 | 75 | 61 |
| Binary | 10111011 | 110001 | 11001000 | 110 | 1001100 | 0 | 10110 | 100100111 | 111101 | 110001 |
Color Harmonies of #BB31C8
Complementary color
Monochromatic Colors of #BB31C8
Black with #BB31C8
Text Example
Text Example
White with #BB31C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31C8; }
p { color: rgb(187,49,200); }
H1.HeaderClassName
{
color: #BB31C8;
}
.AnyTagClassName
{
color: #BB31C8;
}
</style>
background-color css
<style>
a { background-color: #BB31C8; }
a { background-color: rgb(187,49,200); }
div.DivClassName
{
background-color: #BB31C8;
}
.BgClassName
{
background-color: #BB31C8;
}
</style>
border-color css
<style>
span { border-color: #BB31C8; }
span { border-color: rgb(187,49,200); }
td.TdClassName
{
border-color: #BB31C8;
}
.TagClassName
{
border-color: #BB31C8;
}
</style>