Shades of Fuchsia #BB65AF
Tints of Fuchsia #BB65AF
RGB
CMYK
RGB Variations
Color information
#BB65AF (or 0xBB65AF) is known color: Fuchsia. HEX triplet: BB, 65 and AF. RGB value is (187,101,175). Sum of RGB (Red+Green+Blue) = 187+101+175=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AF is #449A50. Grayscale: #868686. Windows color (decimal): -4495953 or 11494843. OLE color: 11494843.
HSL color Cylindrical-coordinate representation of color #BB65AF: hue angle of 308.37º 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 #BB65AF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 175 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.27 |
| HSL | 308.37º | 0.39% | 0.56% | - |
| HSV(B) | 308.37º | 0.46% | 0.73% | - |
| XYZ | 32.89 | 22.97 | 43.26 | - |
| YUV | 135.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 175 | 0 | 0.46 | 0.06 | 0.27 | 308.37 | 0.39 | 0.56 |
| Hex | BB | 65 | AF | 0 | 2E | 6 | 1B | 134 | 27 | 38 |
| Octal | 273 | 145 | 257 | 0 | 56 | 6 | 33 | 464 | 47 | 70 |
| Binary | 10111011 | 1100101 | 10101111 | 0 | 101110 | 110 | 11011 | 100110100 | 100111 | 111000 |
Color Harmonies of #BB65AF
Complementary color
Monochromatic Colors of #BB65AF
Black with #BB65AF
Text Example
Text Example
White with #BB65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65AF; }
p { color: rgb(187,101,175); }
H1.HeaderClassName
{
color: #BB65AF;
}
.AnyTagClassName
{
color: #BB65AF;
}
</style>
background-color css
<style>
a { background-color: #BB65AF; }
a { background-color: rgb(187,101,175); }
div.DivClassName
{
background-color: #BB65AF;
}
.BgClassName
{
background-color: #BB65AF;
}
</style>
border-color css
<style>
span { border-color: #BB65AF; }
span { border-color: rgb(187,101,175); }
td.TdClassName
{
border-color: #BB65AF;
}
.TagClassName
{
border-color: #BB65AF;
}
</style>