Shades of Fuchsia #BB33AD
Tints of Fuchsia #BB33AD
RGB
CMYK
RGB Variations
Color information
#BB33AD (or 0xBB33AD) is known color: Fuchsia. HEX triplet: BB, 33 and AD. RGB value is (187,51,173). Sum of RGB (Red+Green+Blue) = 187+51+173=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB33AD is #44CC52. Grayscale: #696969. Windows color (decimal): -4508755 or 11350971. OLE color: 11350971.
HSL color Cylindrical-coordinate representation of color #BB33AD: hue angle of 306.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB33AD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 173 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.27 |
| HSL | 306.18º | 0.57% | 0.47% | - |
| HSV(B) | 306.18º | 0.73% | 0.73% | - |
| XYZ | 29.22 | 15.95 | 41.07 | - |
| YUV | 105.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 173 | 0 | 0.73 | 0.07 | 0.27 | 306.18 | 0.57 | 0.47 |
| Hex | BB | 33 | AD | 0 | 49 | 7 | 1B | 132 | 39 | 2F |
| Octal | 273 | 63 | 255 | 0 | 111 | 7 | 33 | 462 | 71 | 57 |
| Binary | 10111011 | 110011 | 10101101 | 0 | 1001001 | 111 | 11011 | 100110010 | 111001 | 101111 |
Color Harmonies of #BB33AD
Complementary color
Monochromatic Colors of #BB33AD
Black with #BB33AD
Text Example
Text Example
White with #BB33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33AD; }
p { color: rgb(187,51,173); }
H1.HeaderClassName
{
color: #BB33AD;
}
.AnyTagClassName
{
color: #BB33AD;
}
</style>
background-color css
<style>
a { background-color: #BB33AD; }
a { background-color: rgb(187,51,173); }
div.DivClassName
{
background-color: #BB33AD;
}
.BgClassName
{
background-color: #BB33AD;
}
</style>
border-color css
<style>
span { border-color: #BB33AD; }
span { border-color: rgb(187,51,173); }
td.TdClassName
{
border-color: #BB33AD;
}
.TagClassName
{
border-color: #BB33AD;
}
</style>