Shades of Fuchsia #B839AF
Tints of Fuchsia #B839AF
RGB
CMYK
RGB Variations
Color information
#B839AF (or 0xB839AF) is known color: Fuchsia. HEX triplet: B8, 39 and AF. RGB value is (184,57,175). Sum of RGB (Red+Green+Blue) = 184+57+175=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B839AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B839AF is #47C650. Grayscale: #6C6C6C. Windows color (decimal): -4703825 or 11483576. OLE color: 11483576.
HSL color Cylindrical-coordinate representation of color #B839AF: hue angle of 304.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B839AF is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 175 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.28 |
| HSL | 304.25º | 0.53% | 0.47% | - |
| HSV(B) | 304.25º | 0.69% | 0.72% | - |
| XYZ | 28.97 | 16.21 | 42.16 | - |
| YUV | 108.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 175 | 0 | 0.69 | 0.05 | 0.28 | 304.25 | 0.53 | 0.47 |
| Hex | B8 | 39 | AF | 0 | 45 | 5 | 1C | 130 | 35 | 2F |
| Octal | 270 | 71 | 257 | 0 | 105 | 5 | 34 | 460 | 65 | 57 |
| Binary | 10111000 | 111001 | 10101111 | 0 | 1000101 | 101 | 11100 | 100110000 | 110101 | 101111 |
Color Harmonies of #B839AF
Complementary color
Monochromatic Colors of #B839AF
Black with #B839AF
Text Example
Text Example
White with #B839AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B839AF; }
p { color: rgb(184,57,175); }
H1.HeaderClassName
{
color: #B839AF;
}
.AnyTagClassName
{
color: #B839AF;
}
</style>
background-color css
<style>
a { background-color: #B839AF; }
a { background-color: rgb(184,57,175); }
div.DivClassName
{
background-color: #B839AF;
}
.BgClassName
{
background-color: #B839AF;
}
</style>
border-color css
<style>
span { border-color: #B839AF; }
span { border-color: rgb(184,57,175); }
td.TdClassName
{
border-color: #B839AF;
}
.TagClassName
{
border-color: #B839AF;
}
</style>