Shades of Fuchsia #B942C0
Tints of Fuchsia #B942C0
RGB
CMYK
RGB Variations
Color information
#B942C0 (or 0xB942C0) is known color: Fuchsia. HEX triplet: B9, 42 and C0. RGB value is (185,66,192). Sum of RGB (Red+Green+Blue) = 185+66+192=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B942C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942C0 is #46BD3F. Grayscale: #737373. Windows color (decimal): -4635968 or 12599993. OLE color: 12599993.
HSL color Cylindrical-coordinate representation of color #B942C0: hue angle of 296.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B942C0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 66 | 192 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.25 |
| HSL | 296.67º | 0.5% | 0.51% | - |
| HSV(B) | 296.67º | 0.66% | 0.75% | - |
| XYZ | 31.47 | 18.02 | 51.69 | - |
| YUV | 115.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 192 | 0.04 | 0.66 | 0 | 0.25 | 296.67 | 0.5 | 0.51 |
| Hex | B9 | 42 | C0 | 4 | 42 | 0 | 19 | 129 | 32 | 33 |
| Octal | 271 | 102 | 300 | 4 | 102 | 0 | 31 | 451 | 62 | 63 |
| Binary | 10111001 | 1000010 | 11000000 | 100 | 1000010 | 0 | 11001 | 100101001 | 110010 | 110011 |
Color Harmonies of #B942C0
Complementary color
Monochromatic Colors of #B942C0
Black with #B942C0
Text Example
Text Example
White with #B942C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942C0; }
p { color: rgb(185,66,192); }
H1.HeaderClassName
{
color: #B942C0;
}
.AnyTagClassName
{
color: #B942C0;
}
</style>
background-color css
<style>
a { background-color: #B942C0; }
a { background-color: rgb(185,66,192); }
div.DivClassName
{
background-color: #B942C0;
}
.BgClassName
{
background-color: #B942C0;
}
</style>
border-color css
<style>
span { border-color: #B942C0; }
span { border-color: rgb(185,66,192); }
td.TdClassName
{
border-color: #B942C0;
}
.TagClassName
{
border-color: #B942C0;
}
</style>