Shades of Fuchsia #BB42B9
Tints of Fuchsia #BB42B9
RGB
CMYK
RGB Variations
Color information
#BB42B9 (or 0xBB42B9) is known color: Fuchsia. HEX triplet: BB, 42 and B9. RGB value is (187,66,185). Sum of RGB (Red+Green+Blue) = 187+66+185=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42B9 is #44BD46. Grayscale: #737373. Windows color (decimal): -4504903 or 12141243. OLE color: 12141243.
HSL color Cylindrical-coordinate representation of color #BB42B9: hue angle of 300.99º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB42B9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 185 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.27 |
| HSL | 300.99º | 0.48% | 0.5% | - |
| HSV(B) | 300.99º | 0.65% | 0.73% | - |
| XYZ | 31.2 | 17.96 | 47.72 | - |
| YUV | 115.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 185 | 0 | 0.65 | 0.01 | 0.27 | 300.99 | 0.48 | 0.5 |
| Hex | BB | 42 | B9 | 0 | 41 | 1 | 1B | 12D | 30 | 32 |
| Octal | 273 | 102 | 271 | 0 | 101 | 1 | 33 | 455 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10111001 | 0 | 1000001 | 1 | 11011 | 100101101 | 110000 | 110010 |
Color Harmonies of #BB42B9
Complementary color
Monochromatic Colors of #BB42B9
Black with #BB42B9
Text Example
Text Example
White with #BB42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42B9; }
p { color: rgb(187,66,185); }
H1.HeaderClassName
{
color: #BB42B9;
}
.AnyTagClassName
{
color: #BB42B9;
}
</style>
background-color css
<style>
a { background-color: #BB42B9; }
a { background-color: rgb(187,66,185); }
div.DivClassName
{
background-color: #BB42B9;
}
.BgClassName
{
background-color: #BB42B9;
}
</style>
border-color css
<style>
span { border-color: #BB42B9; }
span { border-color: rgb(187,66,185); }
td.TdClassName
{
border-color: #BB42B9;
}
.TagClassName
{
border-color: #BB42B9;
}
</style>