Shades of Fuchsia #B866AF
Tints of Fuchsia #B866AF
RGB
CMYK
RGB Variations
Color information
#B866AF (or 0xB866AF) is known color: Fuchsia. HEX triplet: B8, 66 and AF. RGB value is (184,102,175). Sum of RGB (Red+Green+Blue) = 184+102+175=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B866AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B866AF is #479950. Grayscale: #868686. Windows color (decimal): -4692305 or 11495096. OLE color: 11495096.
HSL color Cylindrical-coordinate representation of color #B866AF: hue angle of 306.59º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B866AF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 175 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.28 |
| HSL | 306.59º | 0.37% | 0.56% | - |
| HSV(B) | 306.59º | 0.45% | 0.72% | - |
| XYZ | 32.26 | 22.79 | 43.26 | - |
| YUV | 134.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 175 | 0 | 0.45 | 0.05 | 0.28 | 306.59 | 0.37 | 0.56 |
| Hex | B8 | 66 | AF | 0 | 2D | 5 | 1C | 133 | 25 | 38 |
| Octal | 270 | 146 | 257 | 0 | 55 | 5 | 34 | 463 | 45 | 70 |
| Binary | 10111000 | 1100110 | 10101111 | 0 | 101101 | 101 | 11100 | 100110011 | 100101 | 111000 |
Color Harmonies of #B866AF
Complementary color
Monochromatic Colors of #B866AF
Black with #B866AF
Text Example
Text Example
White with #B866AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866AF; }
p { color: rgb(184,102,175); }
H1.HeaderClassName
{
color: #B866AF;
}
.AnyTagClassName
{
color: #B866AF;
}
</style>
background-color css
<style>
a { background-color: #B866AF; }
a { background-color: rgb(184,102,175); }
div.DivClassName
{
background-color: #B866AF;
}
.BgClassName
{
background-color: #B866AF;
}
</style>
border-color css
<style>
span { border-color: #B866AF; }
span { border-color: rgb(184,102,175); }
td.TdClassName
{
border-color: #B866AF;
}
.TagClassName
{
border-color: #B866AF;
}
</style>