Shades of Fuchsia #BF65AA
Tints of Fuchsia #BF65AA
RGB
CMYK
RGB Variations
Color information
#BF65AA (or 0xBF65AA) is known color: Fuchsia. HEX triplet: BF, 65 and AA. RGB value is (191,101,170). Sum of RGB (Red+Green+Blue) = 191+101+170=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65AA is #409A55. Grayscale: #878787. Windows color (decimal): -4233814 or 11167167. OLE color: 11167167.
HSL color Cylindrical-coordinate representation of color #BF65AA: hue angle of 314º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF65AA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 170 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.25 |
| HSL | 314º | 0.41% | 0.57% | - |
| HSV(B) | 314º | 0.47% | 0.75% | - |
| XYZ | 33.4 | 23.29 | 40.76 | - |
| YUV | 135.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 170 | 0 | 0.47 | 0.11 | 0.25 | 314 | 0.41 | 0.57 |
| Hex | BF | 65 | AA | 0 | 2F | B | 19 | 13A | 29 | 39 |
| Octal | 277 | 145 | 252 | 0 | 57 | 13 | 31 | 472 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10101010 | 0 | 101111 | 1011 | 11001 | 100111010 | 101001 | 111001 |
Color Harmonies of #BF65AA
Complementary color
Monochromatic Colors of #BF65AA
Black with #BF65AA
Text Example
Text Example
White with #BF65AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65AA; }
p { color: rgb(191,101,170); }
H1.HeaderClassName
{
color: #BF65AA;
}
.AnyTagClassName
{
color: #BF65AA;
}
</style>
background-color css
<style>
a { background-color: #BF65AA; }
a { background-color: rgb(191,101,170); }
div.DivClassName
{
background-color: #BF65AA;
}
.BgClassName
{
background-color: #BF65AA;
}
</style>
border-color css
<style>
span { border-color: #BF65AA; }
span { border-color: rgb(191,101,170); }
td.TdClassName
{
border-color: #BF65AA;
}
.TagClassName
{
border-color: #BF65AA;
}
</style>