Shades of Fuchsia #B951AD
Tints of Fuchsia #B951AD
RGB
CMYK
RGB Variations
Color information
#B951AD (or 0xB951AD) is known color: Fuchsia. HEX triplet: B9, 51 and AD. RGB value is (185,81,173). Sum of RGB (Red+Green+Blue) = 185+81+173=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AD is #46AE52. Grayscale: #7A7A7A. Windows color (decimal): -4632147 or 11358649. OLE color: 11358649.
HSL color Cylindrical-coordinate representation of color #B951AD: hue angle of 306.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B951AD is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 173 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.27 |
| HSL | 306.92º | 0.43% | 0.52% | - |
| HSV(B) | 306.92º | 0.56% | 0.73% | - |
| XYZ | 30.49 | 19.22 | 41.64 | - |
| YUV | 122.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 173 | 0 | 0.56 | 0.06 | 0.27 | 306.92 | 0.43 | 0.52 |
| Hex | B9 | 51 | AD | 0 | 38 | 6 | 1B | 133 | 2B | 34 |
| Octal | 271 | 121 | 255 | 0 | 70 | 6 | 33 | 463 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10101101 | 0 | 111000 | 110 | 11011 | 100110011 | 101011 | 110100 |
Color Harmonies of #B951AD
Complementary color
Monochromatic Colors of #B951AD
Black with #B951AD
Text Example
Text Example
White with #B951AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951AD; }
p { color: rgb(185,81,173); }
H1.HeaderClassName
{
color: #B951AD;
}
.AnyTagClassName
{
color: #B951AD;
}
</style>
background-color css
<style>
a { background-color: #B951AD; }
a { background-color: rgb(185,81,173); }
div.DivClassName
{
background-color: #B951AD;
}
.BgClassName
{
background-color: #B951AD;
}
</style>
border-color css
<style>
span { border-color: #B951AD; }
span { border-color: rgb(185,81,173); }
td.TdClassName
{
border-color: #B951AD;
}
.TagClassName
{
border-color: #B951AD;
}
</style>