Shades of Fuchsia #BB30B8
Tints of Fuchsia #BB30B8
RGB
CMYK
RGB Variations
Color information
#BB30B8 (or 0xBB30B8) is known color: Fuchsia. HEX triplet: BB, 30 and B8. RGB value is (187,48,184). Sum of RGB (Red+Green+Blue) = 187+48+184=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30B8 is #44CF47. Grayscale: #686868. Windows color (decimal): -4509512 or 12071099. OLE color: 12071099.
HSL color Cylindrical-coordinate representation of color #BB30B8: hue angle of 301.29º 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 #BB30B8 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 184 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.27 |
| HSL | 301.3º | 0.59% | 0.46% | - |
| HSV(B) | 301.3º | 0.74% | 0.73% | - |
| XYZ | 30.2 | 16.14 | 46.87 | - |
| YUV | 105.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 184 | 0 | 0.74 | 0.02 | 0.27 | 301.3 | 0.59 | 0.46 |
| Hex | BB | 30 | B8 | 0 | 4A | 2 | 1B | 12D | 3B | 2E |
| Octal | 273 | 60 | 270 | 0 | 112 | 2 | 33 | 455 | 73 | 56 |
| Binary | 10111011 | 110000 | 10111000 | 0 | 1001010 | 10 | 11011 | 100101101 | 111011 | 101110 |
Color Harmonies of #BB30B8
Complementary color
Monochromatic Colors of #BB30B8
Black with #BB30B8
Text Example
Text Example
White with #BB30B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30B8; }
p { color: rgb(187,48,184); }
H1.HeaderClassName
{
color: #BB30B8;
}
.AnyTagClassName
{
color: #BB30B8;
}
</style>
background-color css
<style>
a { background-color: #BB30B8; }
a { background-color: rgb(187,48,184); }
div.DivClassName
{
background-color: #BB30B8;
}
.BgClassName
{
background-color: #BB30B8;
}
</style>
border-color css
<style>
span { border-color: #BB30B8; }
span { border-color: rgb(187,48,184); }
td.TdClassName
{
border-color: #BB30B8;
}
.TagClassName
{
border-color: #BB30B8;
}
</style>