Shades of Fuchsia #B863AF
Tints of Fuchsia #B863AF
RGB
CMYK
RGB Variations
Color information
#B863AF (or 0xB863AF) is known color: Fuchsia. HEX triplet: B8, 63 and AF. RGB value is (184,99,175). Sum of RGB (Red+Green+Blue) = 184+99+175=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B863AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B863AF is #479C50. Grayscale: #848484. Windows color (decimal): -4693073 or 11494328. OLE color: 11494328.
HSL color Cylindrical-coordinate representation of color #B863AF: hue angle of 306.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B863AF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 175 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.28 |
| HSL | 306.35º | 0.37% | 0.55% | - |
| HSV(B) | 306.35º | 0.46% | 0.72% | - |
| XYZ | 31.97 | 22.21 | 43.16 | - |
| YUV | 133.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 175 | 0 | 0.46 | 0.05 | 0.28 | 306.35 | 0.37 | 0.55 |
| Hex | B8 | 63 | AF | 0 | 2E | 5 | 1C | 132 | 25 | 37 |
| Octal | 270 | 143 | 257 | 0 | 56 | 5 | 34 | 462 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10101111 | 0 | 101110 | 101 | 11100 | 100110010 | 100101 | 110111 |
Color Harmonies of #B863AF
Complementary color
Monochromatic Colors of #B863AF
Black with #B863AF
Text Example
Text Example
White with #B863AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863AF; }
p { color: rgb(184,99,175); }
H1.HeaderClassName
{
color: #B863AF;
}
.AnyTagClassName
{
color: #B863AF;
}
</style>
background-color css
<style>
a { background-color: #B863AF; }
a { background-color: rgb(184,99,175); }
div.DivClassName
{
background-color: #B863AF;
}
.BgClassName
{
background-color: #B863AF;
}
</style>
border-color css
<style>
span { border-color: #B863AF; }
span { border-color: rgb(184,99,175); }
td.TdClassName
{
border-color: #B863AF;
}
.TagClassName
{
border-color: #B863AF;
}
</style>