Shades of Fuchsia #BB65A9
Tints of Fuchsia #BB65A9
RGB
CMYK
RGB Variations
Color information
#BB65A9 (or 0xBB65A9) is known color: Fuchsia. HEX triplet: BB, 65 and A9. RGB value is (187,101,169). Sum of RGB (Red+Green+Blue) = 187+101+169=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65A9 is #449A56. Grayscale: #868686. Windows color (decimal): -4495959 or 11101627. OLE color: 11101627.
HSL color Cylindrical-coordinate representation of color #BB65A9: hue angle of 312.56º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65A9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 169 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.27 |
| HSL | 312.56º | 0.39% | 0.56% | - |
| HSV(B) | 312.56º | 0.46% | 0.73% | - |
| XYZ | 32.31 | 22.74 | 40.22 | - |
| YUV | 134.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 169 | 0 | 0.46 | 0.10 | 0.27 | 312.56 | 0.39 | 0.56 |
| Hex | BB | 65 | A9 | 0 | 2E | A | 1B | 139 | 27 | 38 |
| Octal | 273 | 145 | 251 | 0 | 56 | 12 | 33 | 471 | 47 | 70 |
| Binary | 10111011 | 1100101 | 10101001 | 0 | 101110 | 1010 | 11011 | 100111001 | 100111 | 111000 |
Color Harmonies of #BB65A9
Complementary color
Monochromatic Colors of #BB65A9
Black with #BB65A9
Text Example
Text Example
White with #BB65A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65A9; }
p { color: rgb(187,101,169); }
H1.HeaderClassName
{
color: #BB65A9;
}
.AnyTagClassName
{
color: #BB65A9;
}
</style>
background-color css
<style>
a { background-color: #BB65A9; }
a { background-color: rgb(187,101,169); }
div.DivClassName
{
background-color: #BB65A9;
}
.BgClassName
{
background-color: #BB65A9;
}
</style>
border-color css
<style>
span { border-color: #BB65A9; }
span { border-color: rgb(187,101,169); }
td.TdClassName
{
border-color: #BB65A9;
}
.TagClassName
{
border-color: #BB65A9;
}
</style>