Shades of Fuchsia #BB31C5
Tints of Fuchsia #BB31C5
RGB
CMYK
RGB Variations
Color information
#BB31C5 (or 0xBB31C5) is known color: Fuchsia. HEX triplet: BB, 31 and C5. RGB value is (187,49,197). Sum of RGB (Red+Green+Blue) = 187+49+197=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB31C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31C5 is #44CE3A. Grayscale: #6A6A6A. Windows color (decimal): -4509243 or 12923323. OLE color: 12923323.
HSL color Cylindrical-coordinate representation of color #BB31C5: hue angle of 295.95º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB31C5 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 49 | 197 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.23 |
| HSL | 295.95º | 0.6% | 0.48% | - |
| HSV(B) | 295.95º | 0.75% | 0.77% | - |
| XYZ | 31.67 | 16.79 | 54.4 | - |
| YUV | 107.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 197 | 0.05 | 0.75 | 0 | 0.23 | 295.95 | 0.6 | 0.48 |
| Hex | BB | 31 | C5 | 5 | 4B | 0 | 17 | 128 | 3C | 30 |
| Octal | 273 | 61 | 305 | 5 | 113 | 0 | 27 | 450 | 74 | 60 |
| Binary | 10111011 | 110001 | 11000101 | 101 | 1001011 | 0 | 10111 | 100101000 | 111100 | 110000 |
Color Harmonies of #BB31C5
Complementary color
Monochromatic Colors of #BB31C5
Black with #BB31C5
Text Example
Text Example
White with #BB31C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31C5; }
p { color: rgb(187,49,197); }
H1.HeaderClassName
{
color: #BB31C5;
}
.AnyTagClassName
{
color: #BB31C5;
}
</style>
background-color css
<style>
a { background-color: #BB31C5; }
a { background-color: rgb(187,49,197); }
div.DivClassName
{
background-color: #BB31C5;
}
.BgClassName
{
background-color: #BB31C5;
}
</style>
border-color css
<style>
span { border-color: #BB31C5; }
span { border-color: rgb(187,49,197); }
td.TdClassName
{
border-color: #BB31C5;
}
.TagClassName
{
border-color: #BB31C5;
}
</style>