Shades of Fuchsia #BB41AD
Tints of Fuchsia #BB41AD
RGB
CMYK
RGB Variations
Color information
#BB41AD (or 0xBB41AD) is known color: Fuchsia. HEX triplet: BB, 41 and AD. RGB value is (187,65,173). Sum of RGB (Red+Green+Blue) = 187+65+173=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41AD is #44BE52. Grayscale: #717171. Windows color (decimal): -4505171 or 11354555. OLE color: 11354555.
HSL color Cylindrical-coordinate representation of color #BB41AD: hue angle of 306.89º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB41AD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 173 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.27 |
| HSL | 306.89º | 0.48% | 0.49% | - |
| HSV(B) | 306.89º | 0.65% | 0.73% | - |
| XYZ | 29.93 | 17.36 | 41.31 | - |
| YUV | 113.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 173 | 0 | 0.65 | 0.07 | 0.27 | 306.89 | 0.48 | 0.49 |
| Hex | BB | 41 | AD | 0 | 41 | 7 | 1B | 133 | 30 | 31 |
| Octal | 273 | 101 | 255 | 0 | 101 | 7 | 33 | 463 | 60 | 61 |
| Binary | 10111011 | 1000001 | 10101101 | 0 | 1000001 | 111 | 11011 | 100110011 | 110000 | 110001 |
Color Harmonies of #BB41AD
Complementary color
Monochromatic Colors of #BB41AD
Black with #BB41AD
Text Example
Text Example
White with #BB41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41AD; }
p { color: rgb(187,65,173); }
H1.HeaderClassName
{
color: #BB41AD;
}
.AnyTagClassName
{
color: #BB41AD;
}
</style>
background-color css
<style>
a { background-color: #BB41AD; }
a { background-color: rgb(187,65,173); }
div.DivClassName
{
background-color: #BB41AD;
}
.BgClassName
{
background-color: #BB41AD;
}
</style>
border-color css
<style>
span { border-color: #BB41AD; }
span { border-color: rgb(187,65,173); }
td.TdClassName
{
border-color: #BB41AD;
}
.TagClassName
{
border-color: #BB41AD;
}
</style>