Shades of Fuchsia #BB62AD
Tints of Fuchsia #BB62AD
RGB
CMYK
RGB Variations
Color information
#BB62AD (or 0xBB62AD) is known color: Fuchsia. HEX triplet: BB, 62 and AD. RGB value is (187,98,173). Sum of RGB (Red+Green+Blue) = 187+98+173=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62AD is #449D52. Grayscale: #848484. Windows color (decimal): -4496723 or 11363003. OLE color: 11363003.
HSL color Cylindrical-coordinate representation of color #BB62AD: hue angle of 309.44º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB62AD is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 173 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.27 |
| HSL | 309.44º | 0.4% | 0.56% | - |
| HSV(B) | 309.44º | 0.48% | 0.73% | - |
| XYZ | 32.4 | 22.32 | 42.13 | - |
| YUV | 133.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 173 | 0 | 0.48 | 0.07 | 0.27 | 309.44 | 0.4 | 0.56 |
| Hex | BB | 62 | AD | 0 | 30 | 7 | 1B | 135 | 28 | 38 |
| Octal | 273 | 142 | 255 | 0 | 60 | 7 | 33 | 465 | 50 | 70 |
| Binary | 10111011 | 1100010 | 10101101 | 0 | 110000 | 111 | 11011 | 100110101 | 101000 | 111000 |
Color Harmonies of #BB62AD
Complementary color
Monochromatic Colors of #BB62AD
Black with #BB62AD
Text Example
Text Example
White with #BB62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62AD; }
p { color: rgb(187,98,173); }
H1.HeaderClassName
{
color: #BB62AD;
}
.AnyTagClassName
{
color: #BB62AD;
}
</style>
background-color css
<style>
a { background-color: #BB62AD; }
a { background-color: rgb(187,98,173); }
div.DivClassName
{
background-color: #BB62AD;
}
.BgClassName
{
background-color: #BB62AD;
}
</style>
border-color css
<style>
span { border-color: #BB62AD; }
span { border-color: rgb(187,98,173); }
td.TdClassName
{
border-color: #BB62AD;
}
.TagClassName
{
border-color: #BB62AD;
}
</style>