Shades of Fuchsia #B954B2
Tints of Fuchsia #B954B2
RGB
CMYK
RGB Variations
Color information
#B954B2 (or 0xB954B2) is known color: Fuchsia. HEX triplet: B9, 54 and B2. RGB value is (185,84,178). Sum of RGB (Red+Green+Blue) = 185+84+178=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B954B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954B2 is #46AB4D. Grayscale: #7C7C7C. Windows color (decimal): -4631374 or 11687097. OLE color: 11687097.
HSL color Cylindrical-coordinate representation of color #B954B2: hue angle of 304.16º 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 #B954B2 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 178 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.27 |
| HSL | 304.16º | 0.42% | 0.53% | - |
| HSV(B) | 304.16º | 0.55% | 0.73% | - |
| XYZ | 31.21 | 19.87 | 44.31 | - |
| YUV | 124.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 178 | 0 | 0.55 | 0.04 | 0.27 | 304.16 | 0.42 | 0.53 |
| Hex | B9 | 54 | B2 | 0 | 37 | 4 | 1B | 130 | 2A | 35 |
| Octal | 271 | 124 | 262 | 0 | 67 | 4 | 33 | 460 | 52 | 65 |
| Binary | 10111001 | 1010100 | 10110010 | 0 | 110111 | 100 | 11011 | 100110000 | 101010 | 110101 |
Color Harmonies of #B954B2
Complementary color
Monochromatic Colors of #B954B2
Black with #B954B2
Text Example
Text Example
White with #B954B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954B2; }
p { color: rgb(185,84,178); }
H1.HeaderClassName
{
color: #B954B2;
}
.AnyTagClassName
{
color: #B954B2;
}
</style>
background-color css
<style>
a { background-color: #B954B2; }
a { background-color: rgb(185,84,178); }
div.DivClassName
{
background-color: #B954B2;
}
.BgClassName
{
background-color: #B954B2;
}
</style>
border-color css
<style>
span { border-color: #B954B2; }
span { border-color: rgb(185,84,178); }
td.TdClassName
{
border-color: #B954B2;
}
.TagClassName
{
border-color: #B954B2;
}
</style>