Shades of Fuchsia #BB45C0
Tints of Fuchsia #BB45C0
RGB
CMYK
RGB Variations
Color information
#BB45C0 (or 0xBB45C0) is known color: Fuchsia. HEX triplet: BB, 45 and C0. RGB value is (187,69,192). Sum of RGB (Red+Green+Blue) = 187+69+192=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB45C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45C0 is #44BA3F. Grayscale: #757575. Windows color (decimal): -4504128 or 12600763. OLE color: 12600763.
HSL color Cylindrical-coordinate representation of color #BB45C0: hue angle of 297.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB45C0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 69 | 192 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.25 |
| HSL | 297.56º | 0.49% | 0.51% | - |
| HSV(B) | 297.56º | 0.64% | 0.75% | - |
| XYZ | 32.14 | 18.63 | 51.77 | - |
| YUV | 118.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 192 | 0.03 | 0.64 | 0 | 0.25 | 297.56 | 0.49 | 0.51 |
| Hex | BB | 45 | C0 | 3 | 40 | 0 | 19 | 12A | 31 | 33 |
| Octal | 273 | 105 | 300 | 3 | 100 | 0 | 31 | 452 | 61 | 63 |
| Binary | 10111011 | 1000101 | 11000000 | 11 | 1000000 | 0 | 11001 | 100101010 | 110001 | 110011 |
Color Harmonies of #BB45C0
Complementary color
Monochromatic Colors of #BB45C0
Black with #BB45C0
Text Example
Text Example
White with #BB45C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45C0; }
p { color: rgb(187,69,192); }
H1.HeaderClassName
{
color: #BB45C0;
}
.AnyTagClassName
{
color: #BB45C0;
}
</style>
background-color css
<style>
a { background-color: #BB45C0; }
a { background-color: rgb(187,69,192); }
div.DivClassName
{
background-color: #BB45C0;
}
.BgClassName
{
background-color: #BB45C0;
}
</style>
border-color css
<style>
span { border-color: #BB45C0; }
span { border-color: rgb(187,69,192); }
td.TdClassName
{
border-color: #BB45C0;
}
.TagClassName
{
border-color: #BB45C0;
}
</style>