Shades of Fuchsia #BB40AD
Tints of Fuchsia #BB40AD
RGB
CMYK
RGB Variations
Color information
#BB40AD (or 0xBB40AD) is known color: Fuchsia. HEX triplet: BB, 40 and AD. RGB value is (187,64,173). Sum of RGB (Red+Green+Blue) = 187+64+173=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB40AD is #44BF52. Grayscale: #707070. Windows color (decimal): -4505427 or 11354299. OLE color: 11354299.
HSL color Cylindrical-coordinate representation of color #BB40AD: hue angle of 306.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB40AD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 173 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.27 |
| HSL | 306.83º | 0.49% | 0.49% | - |
| HSV(B) | 306.83º | 0.66% | 0.73% | - |
| XYZ | 29.87 | 17.25 | 41.29 | - |
| YUV | 113.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 173 | 0 | 0.66 | 0.07 | 0.27 | 306.83 | 0.49 | 0.49 |
| Hex | BB | 40 | AD | 0 | 42 | 7 | 1B | 133 | 31 | 31 |
| Octal | 273 | 100 | 255 | 0 | 102 | 7 | 33 | 463 | 61 | 61 |
| Binary | 10111011 | 1000000 | 10101101 | 0 | 1000010 | 111 | 11011 | 100110011 | 110001 | 110001 |
Color Harmonies of #BB40AD
Complementary color
Monochromatic Colors of #BB40AD
Black with #BB40AD
Text Example
Text Example
White with #BB40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40AD; }
p { color: rgb(187,64,173); }
H1.HeaderClassName
{
color: #BB40AD;
}
.AnyTagClassName
{
color: #BB40AD;
}
</style>
background-color css
<style>
a { background-color: #BB40AD; }
a { background-color: rgb(187,64,173); }
div.DivClassName
{
background-color: #BB40AD;
}
.BgClassName
{
background-color: #BB40AD;
}
</style>
border-color css
<style>
span { border-color: #BB40AD; }
span { border-color: rgb(187,64,173); }
td.TdClassName
{
border-color: #BB40AD;
}
.TagClassName
{
border-color: #BB40AD;
}
</style>