Shades of Fuchsia #B946C0
Tints of Fuchsia #B946C0
RGB
CMYK
RGB Variations
Color information
#B946C0 (or 0xB946C0) is known color: Fuchsia. HEX triplet: B9, 46 and C0. RGB value is (185,70,192). Sum of RGB (Red+Green+Blue) = 185+70+192=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #B946C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946C0 is #46B93F. Grayscale: #757575. Windows color (decimal): -4634944 or 12601017. OLE color: 12601017.
HSL color Cylindrical-coordinate representation of color #B946C0: hue angle of 296.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B946C0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 70 | 192 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.25 |
| HSL | 296.56º | 0.49% | 0.51% | - |
| HSV(B) | 296.56º | 0.64% | 0.75% | - |
| XYZ | 31.71 | 18.5 | 51.77 | - |
| YUV | 118.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 192 | 0.04 | 0.64 | 0 | 0.25 | 296.56 | 0.49 | 0.51 |
| Hex | B9 | 46 | C0 | 4 | 40 | 0 | 19 | 129 | 31 | 33 |
| Octal | 271 | 106 | 300 | 4 | 100 | 0 | 31 | 451 | 61 | 63 |
| Binary | 10111001 | 1000110 | 11000000 | 100 | 1000000 | 0 | 11001 | 100101001 | 110001 | 110011 |
Color Harmonies of #B946C0
Complementary color
Monochromatic Colors of #B946C0
Black with #B946C0
Text Example
Text Example
White with #B946C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946C0; }
p { color: rgb(185,70,192); }
H1.HeaderClassName
{
color: #B946C0;
}
.AnyTagClassName
{
color: #B946C0;
}
</style>
background-color css
<style>
a { background-color: #B946C0; }
a { background-color: rgb(185,70,192); }
div.DivClassName
{
background-color: #B946C0;
}
.BgClassName
{
background-color: #B946C0;
}
</style>
border-color css
<style>
span { border-color: #B946C0; }
span { border-color: rgb(185,70,192); }
td.TdClassName
{
border-color: #B946C0;
}
.TagClassName
{
border-color: #B946C0;
}
</style>