Shades of Fuchsia #BB30B7
Tints of Fuchsia #BB30B7
RGB
CMYK
RGB Variations
Color information
#BB30B7 (or 0xBB30B7) is known color: Fuchsia. HEX triplet: BB, 30 and B7. RGB value is (187,48,183). Sum of RGB (Red+Green+Blue) = 187+48+183=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30B7 is #44CF48. Grayscale: #686868. Windows color (decimal): -4509513 or 12005563. OLE color: 12005563.
HSL color Cylindrical-coordinate representation of color #BB30B7: hue angle of 301.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB30B7 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 183 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.27 |
| HSL | 301.73º | 0.59% | 0.46% | - |
| HSV(B) | 301.73º | 0.74% | 0.73% | - |
| XYZ | 30.1 | 16.1 | 46.32 | - |
| YUV | 104.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 183 | 0 | 0.74 | 0.02 | 0.27 | 301.73 | 0.59 | 0.46 |
| Hex | BB | 30 | B7 | 0 | 4A | 2 | 1B | 12E | 3B | 2E |
| Octal | 273 | 60 | 267 | 0 | 112 | 2 | 33 | 456 | 73 | 56 |
| Binary | 10111011 | 110000 | 10110111 | 0 | 1001010 | 10 | 11011 | 100101110 | 111011 | 101110 |
Color Harmonies of #BB30B7
Complementary color
Monochromatic Colors of #BB30B7
Black with #BB30B7
Text Example
Text Example
White with #BB30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30B7; }
p { color: rgb(187,48,183); }
H1.HeaderClassName
{
color: #BB30B7;
}
.AnyTagClassName
{
color: #BB30B7;
}
</style>
background-color css
<style>
a { background-color: #BB30B7; }
a { background-color: rgb(187,48,183); }
div.DivClassName
{
background-color: #BB30B7;
}
.BgClassName
{
background-color: #BB30B7;
}
</style>
border-color css
<style>
span { border-color: #BB30B7; }
span { border-color: rgb(187,48,183); }
td.TdClassName
{
border-color: #BB30B7;
}
.TagClassName
{
border-color: #BB30B7;
}
</style>