Shades of Fuchsia #B949AF
Tints of Fuchsia #B949AF
RGB
CMYK
RGB Variations
Color information
#B949AF (or 0xB949AF) is known color: Fuchsia. HEX triplet: B9, 49 and AF. RGB value is (185,73,175). Sum of RGB (Red+Green+Blue) = 185+73+175=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B949AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949AF is #46B650. Grayscale: #757575. Windows color (decimal): -4634193 or 11487673. OLE color: 11487673.
HSL color Cylindrical-coordinate representation of color #B949AF: hue angle of 305.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B949AF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 175 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.27 |
| HSL | 305.36º | 0.44% | 0.51% | - |
| HSV(B) | 305.36º | 0.61% | 0.73% | - |
| XYZ | 30.13 | 18.17 | 42.48 | - |
| YUV | 118.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 175 | 0 | 0.61 | 0.05 | 0.27 | 305.36 | 0.44 | 0.51 |
| Hex | B9 | 49 | AF | 0 | 3D | 5 | 1B | 131 | 2C | 33 |
| Octal | 271 | 111 | 257 | 0 | 75 | 5 | 33 | 461 | 54 | 63 |
| Binary | 10111001 | 1001001 | 10101111 | 0 | 111101 | 101 | 11011 | 100110001 | 101100 | 110011 |
Color Harmonies of #B949AF
Complementary color
Monochromatic Colors of #B949AF
Black with #B949AF
Text Example
Text Example
White with #B949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949AF; }
p { color: rgb(185,73,175); }
H1.HeaderClassName
{
color: #B949AF;
}
.AnyTagClassName
{
color: #B949AF;
}
</style>
background-color css
<style>
a { background-color: #B949AF; }
a { background-color: rgb(185,73,175); }
div.DivClassName
{
background-color: #B949AF;
}
.BgClassName
{
background-color: #B949AF;
}
</style>
border-color css
<style>
span { border-color: #B949AF; }
span { border-color: rgb(185,73,175); }
td.TdClassName
{
border-color: #B949AF;
}
.TagClassName
{
border-color: #B949AF;
}
</style>