Shades of Fuchsia #B951C2
Tints of Fuchsia #B951C2
RGB
CMYK
RGB Variations
Color information
#B951C2 (or 0xB951C2) is known color: Fuchsia. HEX triplet: B9, 51 and C2. RGB value is (185,81,194). Sum of RGB (Red+Green+Blue) = 185+81+194=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #B951C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951C2 is #46AE3D. Grayscale: #7C7C7C. Windows color (decimal): -4632126 or 12734905. OLE color: 12734905.
HSL color Cylindrical-coordinate representation of color #B951C2: hue angle of 295.22º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B951C2 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 81 | 194 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.24 |
| HSL | 295.22º | 0.48% | 0.54% | - |
| HSV(B) | 295.22º | 0.58% | 0.76% | - |
| XYZ | 32.69 | 20.09 | 53.19 | - |
| YUV | 124.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 194 | 0.05 | 0.58 | 0 | 0.24 | 295.22 | 0.48 | 0.54 |
| Hex | B9 | 51 | C2 | 5 | 3A | 0 | 18 | 127 | 30 | 36 |
| Octal | 271 | 121 | 302 | 5 | 72 | 0 | 30 | 447 | 60 | 66 |
| Binary | 10111001 | 1010001 | 11000010 | 101 | 111010 | 0 | 11000 | 100100111 | 110000 | 110110 |
Color Harmonies of #B951C2
Complementary color
Monochromatic Colors of #B951C2
Black with #B951C2
Text Example
Text Example
White with #B951C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951C2; }
p { color: rgb(185,81,194); }
H1.HeaderClassName
{
color: #B951C2;
}
.AnyTagClassName
{
color: #B951C2;
}
</style>
background-color css
<style>
a { background-color: #B951C2; }
a { background-color: rgb(185,81,194); }
div.DivClassName
{
background-color: #B951C2;
}
.BgClassName
{
background-color: #B951C2;
}
</style>
border-color css
<style>
span { border-color: #B951C2; }
span { border-color: rgb(185,81,194); }
td.TdClassName
{
border-color: #B951C2;
}
.TagClassName
{
border-color: #B951C2;
}
</style>