Shades of Fuchsia #BB42AD
Tints of Fuchsia #BB42AD
RGB
CMYK
RGB Variations
Color information
#BB42AD (or 0xBB42AD) is known color: Fuchsia. HEX triplet: BB, 42 and AD. RGB value is (187,66,173). Sum of RGB (Red+Green+Blue) = 187+66+173=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB42AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB42AD is #44BD52. Grayscale: #727272. Windows color (decimal): -4504915 or 11354811. OLE color: 11354811.
HSL color Cylindrical-coordinate representation of color #BB42AD: hue angle of 306.94º 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 #BB42AD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 173 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.27 |
| HSL | 306.94º | 0.48% | 0.5% | - |
| HSV(B) | 306.94º | 0.65% | 0.73% | - |
| XYZ | 29.98 | 17.48 | 41.33 | - |
| YUV | 114.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 173 | 0 | 0.65 | 0.07 | 0.27 | 306.94 | 0.48 | 0.5 |
| Hex | BB | 42 | AD | 0 | 41 | 7 | 1B | 133 | 30 | 32 |
| Octal | 273 | 102 | 255 | 0 | 101 | 7 | 33 | 463 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10101101 | 0 | 1000001 | 111 | 11011 | 100110011 | 110000 | 110010 |
Color Harmonies of #BB42AD
Complementary color
Monochromatic Colors of #BB42AD
Black with #BB42AD
Text Example
Text Example
White with #BB42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB42AD; }
p { color: rgb(187,66,173); }
H1.HeaderClassName
{
color: #BB42AD;
}
.AnyTagClassName
{
color: #BB42AD;
}
</style>
background-color css
<style>
a { background-color: #BB42AD; }
a { background-color: rgb(187,66,173); }
div.DivClassName
{
background-color: #BB42AD;
}
.BgClassName
{
background-color: #BB42AD;
}
</style>
border-color css
<style>
span { border-color: #BB42AD; }
span { border-color: rgb(187,66,173); }
td.TdClassName
{
border-color: #BB42AD;
}
.TagClassName
{
border-color: #BB42AD;
}
</style>