Shades of Fuchsia #BB42BA
Tints of Fuchsia #BB42BA
RGB
CMYK
RGB Variations
Color information
#BB42BA (or 0xBB42BA) is known color: Fuchsia. HEX triplet: BB, 42 and BA. RGB value is (187,66,186). Sum of RGB (Red+Green+Blue) = 187+66+186=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB42BA is #44BD45. Grayscale: #737373. Windows color (decimal): -4504902 or 12206779. OLE color: 12206779.
HSL color Cylindrical-coordinate representation of color #BB42BA: hue angle of 300.5º 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 #BB42BA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 186 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.27 |
| HSL | 300.5º | 0.48% | 0.5% | - |
| HSV(B) | 300.5º | 0.65% | 0.73% | - |
| XYZ | 31.3 | 18.01 | 48.28 | - |
| YUV | 115.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 186 | 0 | 0.65 | 0.01 | 0.27 | 300.5 | 0.48 | 0.5 |
| Hex | BB | 42 | BA | 0 | 41 | 1 | 1B | 12C | 30 | 32 |
| Octal | 273 | 102 | 272 | 0 | 101 | 1 | 33 | 454 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10111010 | 0 | 1000001 | 1 | 11011 | 100101100 | 110000 | 110010 |
Color Harmonies of #BB42BA
Complementary color
Monochromatic Colors of #BB42BA
Black with #BB42BA
Text Example
Text Example
White with #BB42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42BA; }
p { color: rgb(187,66,186); }
H1.HeaderClassName
{
color: #BB42BA;
}
.AnyTagClassName
{
color: #BB42BA;
}
</style>
background-color css
<style>
a { background-color: #BB42BA; }
a { background-color: rgb(187,66,186); }
div.DivClassName
{
background-color: #BB42BA;
}
.BgClassName
{
background-color: #BB42BA;
}
</style>
border-color css
<style>
span { border-color: #BB42BA; }
span { border-color: rgb(187,66,186); }
td.TdClassName
{
border-color: #BB42BA;
}
.TagClassName
{
border-color: #BB42BA;
}
</style>