Shades of Fuchsia #B95FA9
Tints of Fuchsia #B95FA9
RGB
CMYK
RGB Variations
Color information
#B95FA9 (or 0xB95FA9) is known color: Fuchsia. HEX triplet: B9, 5F and A9. RGB value is (185,95,169). Sum of RGB (Red+Green+Blue) = 185+95+169=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B95FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95FA9 is #46A056. Grayscale: #828282. Windows color (decimal): -4628567 or 11100089. OLE color: 11100089.
HSL color Cylindrical-coordinate representation of color #B95FA9: hue angle of 310.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95FA9 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 169 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.27 |
| HSL | 310.67º | 0.39% | 0.55% | - |
| HSV(B) | 310.67º | 0.49% | 0.73% | - |
| XYZ | 31.26 | 21.36 | 40.01 | - |
| YUV | 130.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 169 | 0 | 0.49 | 0.09 | 0.27 | 310.67 | 0.39 | 0.55 |
| Hex | B9 | 5F | A9 | 0 | 31 | 9 | 1B | 137 | 27 | 37 |
| Octal | 271 | 137 | 251 | 0 | 61 | 11 | 33 | 467 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10101001 | 0 | 110001 | 1001 | 11011 | 100110111 | 100111 | 110111 |
Color Harmonies of #B95FA9
Complementary color
Monochromatic Colors of #B95FA9
Black with #B95FA9
Text Example
Text Example
White with #B95FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95FA9; }
p { color: rgb(185,95,169); }
H1.HeaderClassName
{
color: #B95FA9;
}
.AnyTagClassName
{
color: #B95FA9;
}
</style>
background-color css
<style>
a { background-color: #B95FA9; }
a { background-color: rgb(185,95,169); }
div.DivClassName
{
background-color: #B95FA9;
}
.BgClassName
{
background-color: #B95FA9;
}
</style>
border-color css
<style>
span { border-color: #B95FA9; }
span { border-color: rgb(185,95,169); }
td.TdClassName
{
border-color: #B95FA9;
}
.TagClassName
{
border-color: #B95FA9;
}
</style>