Shades of Fuchsia #B954A6
Tints of Fuchsia #B954A6
RGB
CMYK
RGB Variations
Color information
#B954A6 (or 0xB954A6) is known color: Fuchsia. HEX triplet: B9, 54 and A6. RGB value is (185,84,166). Sum of RGB (Red+Green+Blue) = 185+84+166=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B954A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954A6 is #46AB59. Grayscale: #7B7B7B. Windows color (decimal): -4631386 or 10900665. OLE color: 10900665.
HSL color Cylindrical-coordinate representation of color #B954A6: hue angle of 311.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B954A6 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 166 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.27 |
| HSL | 311.29º | 0.42% | 0.53% | - |
| HSV(B) | 311.29º | 0.55% | 0.73% | - |
| XYZ | 30.06 | 19.41 | 38.24 | - |
| YUV | 123.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 166 | 0 | 0.55 | 0.10 | 0.27 | 311.29 | 0.42 | 0.53 |
| Hex | B9 | 54 | A6 | 0 | 37 | A | 1B | 137 | 2A | 35 |
| Octal | 271 | 124 | 246 | 0 | 67 | 12 | 33 | 467 | 52 | 65 |
| Binary | 10111001 | 1010100 | 10100110 | 0 | 110111 | 1010 | 11011 | 100110111 | 101010 | 110101 |
Color Harmonies of #B954A6
Complementary color
Monochromatic Colors of #B954A6
Black with #B954A6
Text Example
Text Example
White with #B954A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954A6; }
p { color: rgb(185,84,166); }
H1.HeaderClassName
{
color: #B954A6;
}
.AnyTagClassName
{
color: #B954A6;
}
</style>
background-color css
<style>
a { background-color: #B954A6; }
a { background-color: rgb(185,84,166); }
div.DivClassName
{
background-color: #B954A6;
}
.BgClassName
{
background-color: #B954A6;
}
</style>
border-color css
<style>
span { border-color: #B954A6; }
span { border-color: rgb(185,84,166); }
td.TdClassName
{
border-color: #B954A6;
}
.TagClassName
{
border-color: #B954A6;
}
</style>