Shades of Fuchsia #B951A8
Tints of Fuchsia #B951A8
RGB
CMYK
RGB Variations
Color information
#B951A8 (or 0xB951A8) is known color: Fuchsia. HEX triplet: B9, 51 and A8. RGB value is (185,81,168). Sum of RGB (Red+Green+Blue) = 185+81+168=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B951A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951A8 is #46AE57. Grayscale: #797979. Windows color (decimal): -4632152 or 11030969. OLE color: 11030969.
HSL color Cylindrical-coordinate representation of color #B951A8: hue angle of 309.81º 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 #B951A8 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 168 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.27 |
| HSL | 309.81º | 0.43% | 0.52% | - |
| HSV(B) | 309.81º | 0.56% | 0.73% | - |
| XYZ | 30.02 | 19.03 | 39.14 | - |
| YUV | 122.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 168 | 0 | 0.56 | 0.09 | 0.27 | 309.81 | 0.43 | 0.52 |
| Hex | B9 | 51 | A8 | 0 | 38 | 9 | 1B | 136 | 2B | 34 |
| Octal | 271 | 121 | 250 | 0 | 70 | 11 | 33 | 466 | 53 | 64 |
| Binary | 10111001 | 1010001 | 10101000 | 0 | 111000 | 1001 | 11011 | 100110110 | 101011 | 110100 |
Color Harmonies of #B951A8
Complementary color
Monochromatic Colors of #B951A8
Black with #B951A8
Text Example
Text Example
White with #B951A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951A8; }
p { color: rgb(185,81,168); }
H1.HeaderClassName
{
color: #B951A8;
}
.AnyTagClassName
{
color: #B951A8;
}
</style>
background-color css
<style>
a { background-color: #B951A8; }
a { background-color: rgb(185,81,168); }
div.DivClassName
{
background-color: #B951A8;
}
.BgClassName
{
background-color: #B951A8;
}
</style>
border-color css
<style>
span { border-color: #B951A8; }
span { border-color: rgb(185,81,168); }
td.TdClassName
{
border-color: #B951A8;
}
.TagClassName
{
border-color: #B951A8;
}
</style>