Shades of Fuchsia #B954C2
Tints of Fuchsia #B954C2
RGB
CMYK
RGB Variations
Color information
#B954C2 (or 0xB954C2) is known color: Fuchsia. HEX triplet: B9, 54 and C2. RGB value is (185,84,194). Sum of RGB (Red+Green+Blue) = 185+84+194=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #B954C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954C2 is #46AB3D. Grayscale: #7E7E7E. Windows color (decimal): -4631358 or 12735673. OLE color: 12735673.
HSL color Cylindrical-coordinate representation of color #B954C2: hue angle of 295.09º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B954C2 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 84 | 194 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.24 |
| HSL | 295.09º | 0.47% | 0.55% | - |
| HSV(B) | 295.09º | 0.57% | 0.76% | - |
| XYZ | 32.92 | 20.55 | 53.27 | - |
| YUV | 126.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 194 | 0.05 | 0.57 | 0 | 0.24 | 295.09 | 0.47 | 0.55 |
| Hex | B9 | 54 | C2 | 5 | 39 | 0 | 18 | 127 | 2F | 37 |
| Octal | 271 | 124 | 302 | 5 | 71 | 0 | 30 | 447 | 57 | 67 |
| Binary | 10111001 | 1010100 | 11000010 | 101 | 111001 | 0 | 11000 | 100100111 | 101111 | 110111 |
Color Harmonies of #B954C2
Complementary color
Monochromatic Colors of #B954C2
Black with #B954C2
Text Example
Text Example
White with #B954C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954C2; }
p { color: rgb(185,84,194); }
H1.HeaderClassName
{
color: #B954C2;
}
.AnyTagClassName
{
color: #B954C2;
}
</style>
background-color css
<style>
a { background-color: #B954C2; }
a { background-color: rgb(185,84,194); }
div.DivClassName
{
background-color: #B954C2;
}
.BgClassName
{
background-color: #B954C2;
}
</style>
border-color css
<style>
span { border-color: #B954C2; }
span { border-color: rgb(185,84,194); }
td.TdClassName
{
border-color: #B954C2;
}
.TagClassName
{
border-color: #B954C2;
}
</style>