Shades of Fuchsia #B954BC
Tints of Fuchsia #B954BC
RGB
CMYK
RGB Variations
Color information
#B954BC (or 0xB954BC) is known color: Fuchsia. HEX triplet: B9, 54 and BC. RGB value is (185,84,188). Sum of RGB (Red+Green+Blue) = 185+84+188=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #B954BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954BC is #46AB43. Grayscale: #7D7D7D. Windows color (decimal): -4631364 or 12342457. OLE color: 12342457.
HSL color Cylindrical-coordinate representation of color #B954BC: hue angle of 298.27º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B954BC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 84 | 188 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.26 |
| HSL | 298.27º | 0.44% | 0.53% | - |
| HSV(B) | 298.27º | 0.55% | 0.74% | - |
| XYZ | 32.26 | 20.29 | 49.79 | - |
| YUV | 126.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 188 | 0.02 | 0.55 | 0 | 0.26 | 298.27 | 0.44 | 0.53 |
| Hex | B9 | 54 | BC | 2 | 37 | 0 | 1A | 12A | 2C | 35 |
| Octal | 271 | 124 | 274 | 2 | 67 | 0 | 32 | 452 | 54 | 65 |
| Binary | 10111001 | 1010100 | 10111100 | 10 | 110111 | 0 | 11010 | 100101010 | 101100 | 110101 |
Color Harmonies of #B954BC
Complementary color
Monochromatic Colors of #B954BC
Black with #B954BC
Text Example
Text Example
White with #B954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954BC; }
p { color: rgb(185,84,188); }
H1.HeaderClassName
{
color: #B954BC;
}
.AnyTagClassName
{
color: #B954BC;
}
</style>
background-color css
<style>
a { background-color: #B954BC; }
a { background-color: rgb(185,84,188); }
div.DivClassName
{
background-color: #B954BC;
}
.BgClassName
{
background-color: #B954BC;
}
</style>
border-color css
<style>
span { border-color: #B954BC; }
span { border-color: rgb(185,84,188); }
td.TdClassName
{
border-color: #B954BC;
}
.TagClassName
{
border-color: #B954BC;
}
</style>