Shades of Fuchsia #B950A8
Tints of Fuchsia #B950A8
RGB
CMYK
RGB Variations
Color information
#B950A8 (or 0xB950A8) is known color: Fuchsia. HEX triplet: B9, 50 and A8. RGB value is (185,80,168). Sum of RGB (Red+Green+Blue) = 185+80+168=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A8 is #46AF57. Grayscale: #797979. Windows color (decimal): -4632408 or 11030713. OLE color: 11030713.
HSL color Cylindrical-coordinate representation of color #B950A8: hue angle of 309.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B950A8 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 168 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.27 |
| HSL | 309.71º | 0.43% | 0.52% | - |
| HSV(B) | 309.71º | 0.57% | 0.73% | - |
| XYZ | 29.94 | 18.88 | 39.11 | - |
| YUV | 121.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 168 | 0 | 0.57 | 0.09 | 0.27 | 309.71 | 0.43 | 0.52 |
| Hex | B9 | 50 | A8 | 0 | 39 | 9 | 1B | 136 | 2B | 34 |
| Octal | 271 | 120 | 250 | 0 | 71 | 11 | 33 | 466 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10101000 | 0 | 111001 | 1001 | 11011 | 100110110 | 101011 | 110100 |
Color Harmonies of #B950A8
Complementary color
Monochromatic Colors of #B950A8
Black with #B950A8
Text Example
Text Example
White with #B950A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950A8; }
p { color: rgb(185,80,168); }
H1.HeaderClassName
{
color: #B950A8;
}
.AnyTagClassName
{
color: #B950A8;
}
</style>
background-color css
<style>
a { background-color: #B950A8; }
a { background-color: rgb(185,80,168); }
div.DivClassName
{
background-color: #B950A8;
}
.BgClassName
{
background-color: #B950A8;
}
</style>
border-color css
<style>
span { border-color: #B950A8; }
span { border-color: rgb(185,80,168); }
td.TdClassName
{
border-color: #B950A8;
}
.TagClassName
{
border-color: #B950A8;
}
</style>