Shades of Fuchsia #BB44C8
Tints of Fuchsia #BB44C8
RGB
CMYK
RGB Variations
Color information
#BB44C8 (or 0xBB44C8) is known color: Fuchsia. HEX triplet: BB, 44 and C8. RGB value is (187,68,200). Sum of RGB (Red+Green+Blue) = 187+68+200=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB44C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44C8 is #44BB37. Grayscale: #767676. Windows color (decimal): -4504376 or 13124795. OLE color: 13124795.
HSL color Cylindrical-coordinate representation of color #BB44C8: hue angle of 294.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB44C8 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 68 | 200 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.22 |
| HSL | 294.09º | 0.55% | 0.53% | - |
| HSV(B) | 294.09º | 0.66% | 0.78% | - |
| XYZ | 32.99 | 18.87 | 56.55 | - |
| YUV | 118.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 200 | 0.06 | 0.66 | 0 | 0.22 | 294.09 | 0.55 | 0.53 |
| Hex | BB | 44 | C8 | 6 | 42 | 0 | 16 | 126 | 37 | 35 |
| Octal | 273 | 104 | 310 | 6 | 102 | 0 | 26 | 446 | 67 | 65 |
| Binary | 10111011 | 1000100 | 11001000 | 110 | 1000010 | 0 | 10110 | 100100110 | 110111 | 110101 |
Color Harmonies of #BB44C8
Complementary color
Monochromatic Colors of #BB44C8
Black with #BB44C8
Text Example
Text Example
White with #BB44C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44C8; }
p { color: rgb(187,68,200); }
H1.HeaderClassName
{
color: #BB44C8;
}
.AnyTagClassName
{
color: #BB44C8;
}
</style>
background-color css
<style>
a { background-color: #BB44C8; }
a { background-color: rgb(187,68,200); }
div.DivClassName
{
background-color: #BB44C8;
}
.BgClassName
{
background-color: #BB44C8;
}
</style>
border-color css
<style>
span { border-color: #BB44C8; }
span { border-color: rgb(187,68,200); }
td.TdClassName
{
border-color: #BB44C8;
}
.TagClassName
{
border-color: #BB44C8;
}
</style>