Shades of Fuchsia #BB30C0
Tints of Fuchsia #BB30C0
RGB
CMYK
RGB Variations
Color information
#BB30C0 (or 0xBB30C0) is known color: Fuchsia. HEX triplet: BB, 30 and C0. RGB value is (187,48,192). Sum of RGB (Red+Green+Blue) = 187+48+192=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30C0 is #44CF3F. Grayscale: #696969. Windows color (decimal): -4509504 or 12595387. OLE color: 12595387.
HSL color Cylindrical-coordinate representation of color #BB30C0: hue angle of 297.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB30C0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 48 | 192 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.25 |
| HSL | 297.92º | 0.6% | 0.47% | - |
| HSV(B) | 297.92º | 0.75% | 0.75% | - |
| XYZ | 31.06 | 16.48 | 51.41 | - |
| YUV | 105.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 192 | 0.03 | 0.75 | 0 | 0.25 | 297.92 | 0.6 | 0.47 |
| Hex | BB | 30 | C0 | 3 | 4B | 0 | 19 | 12A | 3C | 2F |
| Octal | 273 | 60 | 300 | 3 | 113 | 0 | 31 | 452 | 74 | 57 |
| Binary | 10111011 | 110000 | 11000000 | 11 | 1001011 | 0 | 11001 | 100101010 | 111100 | 101111 |
Color Harmonies of #BB30C0
Complementary color
Monochromatic Colors of #BB30C0
Black with #BB30C0
Text Example
Text Example
White with #BB30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30C0; }
p { color: rgb(187,48,192); }
H1.HeaderClassName
{
color: #BB30C0;
}
.AnyTagClassName
{
color: #BB30C0;
}
</style>
background-color css
<style>
a { background-color: #BB30C0; }
a { background-color: rgb(187,48,192); }
div.DivClassName
{
background-color: #BB30C0;
}
.BgClassName
{
background-color: #BB30C0;
}
</style>
border-color css
<style>
span { border-color: #BB30C0; }
span { border-color: rgb(187,48,192); }
td.TdClassName
{
border-color: #BB30C0;
}
.TagClassName
{
border-color: #BB30C0;
}
</style>