Shades of Fuchsia #B94FAF
Tints of Fuchsia #B94FAF
RGB
CMYK
RGB Variations
Color information
#B94FAF (or 0xB94FAF) is known color: Fuchsia. HEX triplet: B9, 4F and AF. RGB value is (185,79,175). Sum of RGB (Red+Green+Blue) = 185+79+175=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94FAF is #46B050. Grayscale: #797979. Windows color (decimal): -4632657 or 11489209. OLE color: 11489209.
HSL color Cylindrical-coordinate representation of color #B94FAF: hue angle of 305.66º 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 #B94FAF is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 175 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.27 |
| HSL | 305.66º | 0.43% | 0.52% | - |
| HSV(B) | 305.66º | 0.57% | 0.73% | - |
| XYZ | 30.54 | 19 | 42.62 | - |
| YUV | 121.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 175 | 0 | 0.57 | 0.05 | 0.27 | 305.66 | 0.43 | 0.52 |
| Hex | B9 | 4F | AF | 0 | 39 | 5 | 1B | 132 | 2B | 34 |
| Octal | 271 | 117 | 257 | 0 | 71 | 5 | 33 | 462 | 53 | 64 |
| Binary | 10111001 | 1001111 | 10101111 | 0 | 111001 | 101 | 11011 | 100110010 | 101011 | 110100 |
Color Harmonies of #B94FAF
Complementary color
Monochromatic Colors of #B94FAF
Black with #B94FAF
Text Example
Text Example
White with #B94FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94FAF; }
p { color: rgb(185,79,175); }
H1.HeaderClassName
{
color: #B94FAF;
}
.AnyTagClassName
{
color: #B94FAF;
}
</style>
background-color css
<style>
a { background-color: #B94FAF; }
a { background-color: rgb(185,79,175); }
div.DivClassName
{
background-color: #B94FAF;
}
.BgClassName
{
background-color: #B94FAF;
}
</style>
border-color css
<style>
span { border-color: #B94FAF; }
span { border-color: rgb(185,79,175); }
td.TdClassName
{
border-color: #B94FAF;
}
.TagClassName
{
border-color: #B94FAF;
}
</style>