Shades of Fuchsia #BB32AD
Tints of Fuchsia #BB32AD
RGB
CMYK
RGB Variations
Color information
#BB32AD (or 0xBB32AD) is known color: Fuchsia. HEX triplet: BB, 32 and AD. RGB value is (187,50,173). Sum of RGB (Red+Green+Blue) = 187+50+173=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB32AD is #44CD52. Grayscale: #686868. Windows color (decimal): -4509011 or 11350715. OLE color: 11350715.
HSL color Cylindrical-coordinate representation of color #BB32AD: hue angle of 306.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB32AD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 173 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.27 |
| HSL | 306.13º | 0.58% | 0.46% | - |
| HSV(B) | 306.13º | 0.73% | 0.73% | - |
| XYZ | 29.18 | 15.86 | 41.06 | - |
| YUV | 104.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 173 | 0 | 0.73 | 0.07 | 0.27 | 306.13 | 0.58 | 0.46 |
| Hex | BB | 32 | AD | 0 | 49 | 7 | 1B | 132 | 3A | 2E |
| Octal | 273 | 62 | 255 | 0 | 111 | 7 | 33 | 462 | 72 | 56 |
| Binary | 10111011 | 110010 | 10101101 | 0 | 1001001 | 111 | 11011 | 100110010 | 111010 | 101110 |
Color Harmonies of #BB32AD
Complementary color
Monochromatic Colors of #BB32AD
Black with #BB32AD
Text Example
Text Example
White with #BB32AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32AD; }
p { color: rgb(187,50,173); }
H1.HeaderClassName
{
color: #BB32AD;
}
.AnyTagClassName
{
color: #BB32AD;
}
</style>
background-color css
<style>
a { background-color: #BB32AD; }
a { background-color: rgb(187,50,173); }
div.DivClassName
{
background-color: #BB32AD;
}
.BgClassName
{
background-color: #BB32AD;
}
</style>
border-color css
<style>
span { border-color: #BB32AD; }
span { border-color: rgb(187,50,173); }
td.TdClassName
{
border-color: #BB32AD;
}
.TagClassName
{
border-color: #BB32AD;
}
</style>