Shades of Fuchsia #B865AF
Tints of Fuchsia #B865AF
RGB
CMYK
RGB Variations
Color information
#B865AF (or 0xB865AF) is known color: Fuchsia. HEX triplet: B8, 65 and AF. RGB value is (184,101,175). Sum of RGB (Red+Green+Blue) = 184+101+175=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B865AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B865AF is #479A50. Grayscale: #868686. Windows color (decimal): -4692561 or 11494840. OLE color: 11494840.
HSL color Cylindrical-coordinate representation of color #B865AF: hue angle of 306.51º 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 #B865AF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 175 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.28 |
| HSL | 306.51º | 0.37% | 0.56% | - |
| HSV(B) | 306.51º | 0.45% | 0.72% | - |
| XYZ | 32.16 | 22.59 | 43.22 | - |
| YUV | 134.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 175 | 0 | 0.45 | 0.05 | 0.28 | 306.51 | 0.37 | 0.56 |
| Hex | B8 | 65 | AF | 0 | 2D | 5 | 1C | 133 | 25 | 38 |
| Octal | 270 | 145 | 257 | 0 | 55 | 5 | 34 | 463 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10101111 | 0 | 101101 | 101 | 11100 | 100110011 | 100101 | 111000 |
Color Harmonies of #B865AF
Complementary color
Monochromatic Colors of #B865AF
Black with #B865AF
Text Example
Text Example
White with #B865AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865AF; }
p { color: rgb(184,101,175); }
H1.HeaderClassName
{
color: #B865AF;
}
.AnyTagClassName
{
color: #B865AF;
}
</style>
background-color css
<style>
a { background-color: #B865AF; }
a { background-color: rgb(184,101,175); }
div.DivClassName
{
background-color: #B865AF;
}
.BgClassName
{
background-color: #B865AF;
}
</style>
border-color css
<style>
span { border-color: #B865AF; }
span { border-color: rgb(184,101,175); }
td.TdClassName
{
border-color: #B865AF;
}
.TagClassName
{
border-color: #B865AF;
}
</style>