Shades of Fuchsia #BB31AD
Tints of Fuchsia #BB31AD
RGB
CMYK
RGB Variations
Color information
#BB31AD (or 0xBB31AD) is known color: Fuchsia. HEX triplet: BB, 31 and AD. RGB value is (187,49,173). Sum of RGB (Red+Green+Blue) = 187+49+173=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31AD is #44CE52. Grayscale: #686868. Windows color (decimal): -4509267 or 11350459. OLE color: 11350459.
HSL color Cylindrical-coordinate representation of color #BB31AD: hue angle of 306.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31AD is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 173 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.27 |
| HSL | 306.09º | 0.58% | 0.46% | - |
| HSV(B) | 306.09º | 0.74% | 0.73% | - |
| XYZ | 29.13 | 15.78 | 41.05 | - |
| YUV | 104.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 173 | 0 | 0.74 | 0.07 | 0.27 | 306.09 | 0.58 | 0.46 |
| Hex | BB | 31 | AD | 0 | 4A | 7 | 1B | 132 | 3A | 2E |
| Octal | 273 | 61 | 255 | 0 | 112 | 7 | 33 | 462 | 72 | 56 |
| Binary | 10111011 | 110001 | 10101101 | 0 | 1001010 | 111 | 11011 | 100110010 | 111010 | 101110 |
Color Harmonies of #BB31AD
Complementary color
Monochromatic Colors of #BB31AD
Black with #BB31AD
Text Example
Text Example
White with #BB31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31AD; }
p { color: rgb(187,49,173); }
H1.HeaderClassName
{
color: #BB31AD;
}
.AnyTagClassName
{
color: #BB31AD;
}
</style>
background-color css
<style>
a { background-color: #BB31AD; }
a { background-color: rgb(187,49,173); }
div.DivClassName
{
background-color: #BB31AD;
}
.BgClassName
{
background-color: #BB31AD;
}
</style>
border-color css
<style>
span { border-color: #BB31AD; }
span { border-color: rgb(187,49,173); }
td.TdClassName
{
border-color: #BB31AD;
}
.TagClassName
{
border-color: #BB31AD;
}
</style>