Shades of Fuchsia #B858AF
Tints of Fuchsia #B858AF
RGB
CMYK
RGB Variations
Color information
#B858AF (or 0xB858AF) is known color: Fuchsia. HEX triplet: B8, 58 and AF. RGB value is (184,88,175). Sum of RGB (Red+Green+Blue) = 184+88+175=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B858AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858AF is #47A750. Grayscale: #7E7E7E. Windows color (decimal): -4695889 or 11491512. OLE color: 11491512.
HSL color Cylindrical-coordinate representation of color #B858AF: hue angle of 305.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B858AF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 175 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.28 |
| HSL | 305.63º | 0.4% | 0.53% | - |
| HSV(B) | 305.63º | 0.52% | 0.72% | - |
| XYZ | 30.99 | 20.26 | 42.84 | - |
| YUV | 126.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 175 | 0 | 0.52 | 0.05 | 0.28 | 305.63 | 0.4 | 0.53 |
| Hex | B8 | 58 | AF | 0 | 34 | 5 | 1C | 132 | 28 | 35 |
| Octal | 270 | 130 | 257 | 0 | 64 | 5 | 34 | 462 | 50 | 65 |
| Binary | 10111000 | 1011000 | 10101111 | 0 | 110100 | 101 | 11100 | 100110010 | 101000 | 110101 |
Color Harmonies of #B858AF
Complementary color
Monochromatic Colors of #B858AF
Black with #B858AF
Text Example
Text Example
White with #B858AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858AF; }
p { color: rgb(184,88,175); }
H1.HeaderClassName
{
color: #B858AF;
}
.AnyTagClassName
{
color: #B858AF;
}
</style>
background-color css
<style>
a { background-color: #B858AF; }
a { background-color: rgb(184,88,175); }
div.DivClassName
{
background-color: #B858AF;
}
.BgClassName
{
background-color: #B858AF;
}
</style>
border-color css
<style>
span { border-color: #B858AF; }
span { border-color: rgb(184,88,175); }
td.TdClassName
{
border-color: #B858AF;
}
.TagClassName
{
border-color: #B858AF;
}
</style>