Shades of Fuchsia #BB44C9
Tints of Fuchsia #BB44C9
RGB
CMYK
RGB Variations
Color information
#BB44C9 (or 0xBB44C9) is known color: Fuchsia. HEX triplet: BB, 44 and C9. RGB value is (187,68,201). Sum of RGB (Red+Green+Blue) = 187+68+201=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44C9 is #44BB36. Grayscale: #767676. Windows color (decimal): -4504375 or 13190331. OLE color: 13190331.
HSL color Cylindrical-coordinate representation of color #BB44C9: hue angle of 293.68º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB44C9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 68 | 201 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.21 |
| HSL | 293.68º | 0.55% | 0.53% | - |
| HSV(B) | 293.68º | 0.66% | 0.79% | - |
| XYZ | 33.1 | 18.92 | 57.16 | - |
| YUV | 118.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 201 | 0.07 | 0.66 | 0 | 0.21 | 293.68 | 0.55 | 0.53 |
| Hex | BB | 44 | C9 | 7 | 42 | 0 | 15 | 126 | 37 | 35 |
| Octal | 273 | 104 | 311 | 7 | 102 | 0 | 25 | 446 | 67 | 65 |
| Binary | 10111011 | 1000100 | 11001001 | 111 | 1000010 | 0 | 10101 | 100100110 | 110111 | 110101 |
Color Harmonies of #BB44C9
Complementary color
Monochromatic Colors of #BB44C9
Black with #BB44C9
Text Example
Text Example
White with #BB44C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44C9; }
p { color: rgb(187,68,201); }
H1.HeaderClassName
{
color: #BB44C9;
}
.AnyTagClassName
{
color: #BB44C9;
}
</style>
background-color css
<style>
a { background-color: #BB44C9; }
a { background-color: rgb(187,68,201); }
div.DivClassName
{
background-color: #BB44C9;
}
.BgClassName
{
background-color: #BB44C9;
}
</style>
border-color css
<style>
span { border-color: #BB44C9; }
span { border-color: rgb(187,68,201); }
td.TdClassName
{
border-color: #BB44C9;
}
.TagClassName
{
border-color: #BB44C9;
}
</style>