Shades of Fuchsia #BB62A8
Tints of Fuchsia #BB62A8
RGB
CMYK
RGB Variations
Color information
#BB62A8 (or 0xBB62A8) is known color: Fuchsia. HEX triplet: BB, 62 and A8. RGB value is (187,98,168). Sum of RGB (Red+Green+Blue) = 187+98+168=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB62A8 is #449D57. Grayscale: #848484. Windows color (decimal): -4496728 or 11035323. OLE color: 11035323.
HSL color Cylindrical-coordinate representation of color #BB62A8: hue angle of 312.81º 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 #BB62A8 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 168 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.27 |
| HSL | 312.81º | 0.4% | 0.56% | - |
| HSV(B) | 312.81º | 0.48% | 0.73% | - |
| XYZ | 31.93 | 22.13 | 39.63 | - |
| YUV | 132.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 168 | 0 | 0.48 | 0.10 | 0.27 | 312.81 | 0.4 | 0.56 |
| Hex | BB | 62 | A8 | 0 | 30 | A | 1B | 139 | 28 | 38 |
| Octal | 273 | 142 | 250 | 0 | 60 | 12 | 33 | 471 | 50 | 70 |
| Binary | 10111011 | 1100010 | 10101000 | 0 | 110000 | 1010 | 11011 | 100111001 | 101000 | 111000 |
Color Harmonies of #BB62A8
Complementary color
Monochromatic Colors of #BB62A8
Black with #BB62A8
Text Example
Text Example
White with #BB62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62A8; }
p { color: rgb(187,98,168); }
H1.HeaderClassName
{
color: #BB62A8;
}
.AnyTagClassName
{
color: #BB62A8;
}
</style>
background-color css
<style>
a { background-color: #BB62A8; }
a { background-color: rgb(187,98,168); }
div.DivClassName
{
background-color: #BB62A8;
}
.BgClassName
{
background-color: #BB62A8;
}
</style>
border-color css
<style>
span { border-color: #BB62A8; }
span { border-color: rgb(187,98,168); }
td.TdClassName
{
border-color: #BB62A8;
}
.TagClassName
{
border-color: #BB62A8;
}
</style>