Shades of Fuchsia #B864AF
Tints of Fuchsia #B864AF
RGB
CMYK
RGB Variations
Color information
#B864AF (or 0xB864AF) is known color: Fuchsia. HEX triplet: B8, 64 and AF. RGB value is (184,100,175). Sum of RGB (Red+Green+Blue) = 184+100+175=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B864AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B864AF is #479B50. Grayscale: #858585. Windows color (decimal): -4692817 or 11494584. OLE color: 11494584.
HSL color Cylindrical-coordinate representation of color #B864AF: hue angle of 306.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B864AF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 175 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.28 |
| HSL | 306.43º | 0.37% | 0.56% | - |
| HSV(B) | 306.43º | 0.46% | 0.72% | - |
| XYZ | 32.06 | 22.4 | 43.19 | - |
| YUV | 133.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 175 | 0 | 0.46 | 0.05 | 0.28 | 306.43 | 0.37 | 0.56 |
| Hex | B8 | 64 | AF | 0 | 2E | 5 | 1C | 132 | 25 | 38 |
| Octal | 270 | 144 | 257 | 0 | 56 | 5 | 34 | 462 | 45 | 70 |
| Binary | 10111000 | 1100100 | 10101111 | 0 | 101110 | 101 | 11100 | 100110010 | 100101 | 111000 |
Color Harmonies of #B864AF
Complementary color
Monochromatic Colors of #B864AF
Black with #B864AF
Text Example
Text Example
White with #B864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864AF; }
p { color: rgb(184,100,175); }
H1.HeaderClassName
{
color: #B864AF;
}
.AnyTagClassName
{
color: #B864AF;
}
</style>
background-color css
<style>
a { background-color: #B864AF; }
a { background-color: rgb(184,100,175); }
div.DivClassName
{
background-color: #B864AF;
}
.BgClassName
{
background-color: #B864AF;
}
</style>
border-color css
<style>
span { border-color: #B864AF; }
span { border-color: rgb(184,100,175); }
td.TdClassName
{
border-color: #B864AF;
}
.TagClassName
{
border-color: #B864AF;
}
</style>