Shades of Fuchsia #B94CA6
Tints of Fuchsia #B94CA6
RGB
CMYK
RGB Variations
Color information
#B94CA6 (or 0xB94CA6) is known color: Fuchsia. HEX triplet: B9, 4C and A6. RGB value is (185,76,166). Sum of RGB (Red+Green+Blue) = 185+76+166=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA6 is #46B359. Grayscale: #767676. Windows color (decimal): -4633434 or 10898617. OLE color: 10898617.
HSL color Cylindrical-coordinate representation of color #B94CA6: hue angle of 310.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94CA6 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 166 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.27 |
| HSL | 310.46º | 0.44% | 0.51% | - |
| HSV(B) | 310.46º | 0.59% | 0.73% | - |
| XYZ | 29.47 | 18.24 | 38.04 | - |
| YUV | 118.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 166 | 0 | 0.59 | 0.10 | 0.27 | 310.46 | 0.44 | 0.51 |
| Hex | B9 | 4C | A6 | 0 | 3B | A | 1B | 136 | 2C | 33 |
| Octal | 271 | 114 | 246 | 0 | 73 | 12 | 33 | 466 | 54 | 63 |
| Binary | 10111001 | 1001100 | 10100110 | 0 | 111011 | 1010 | 11011 | 100110110 | 101100 | 110011 |
Color Harmonies of #B94CA6
Complementary color
Monochromatic Colors of #B94CA6
Black with #B94CA6
Text Example
Text Example
White with #B94CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CA6; }
p { color: rgb(185,76,166); }
H1.HeaderClassName
{
color: #B94CA6;
}
.AnyTagClassName
{
color: #B94CA6;
}
</style>
background-color css
<style>
a { background-color: #B94CA6; }
a { background-color: rgb(185,76,166); }
div.DivClassName
{
background-color: #B94CA6;
}
.BgClassName
{
background-color: #B94CA6;
}
</style>
border-color css
<style>
span { border-color: #B94CA6; }
span { border-color: rgb(185,76,166); }
td.TdClassName
{
border-color: #B94CA6;
}
.TagClassName
{
border-color: #B94CA6;
}
</style>