Shades of Fuchsia #B92EC0
Tints of Fuchsia #B92EC0
RGB
CMYK
RGB Variations
Color information
#B92EC0 (or 0xB92EC0) is known color: Fuchsia. HEX triplet: B9, 2E and C0. RGB value is (185,46,192). Sum of RGB (Red+Green+Blue) = 185+46+192=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #B92EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EC0 is #46D13F. Grayscale: #676767. Windows color (decimal): -4641088 or 12594873. OLE color: 12594873.
HSL color Cylindrical-coordinate representation of color #B92EC0: hue angle of 297.12º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92EC0 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 46 | 192 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.25 |
| HSL | 297.12º | 0.61% | 0.47% | - |
| HSV(B) | 297.12º | 0.76% | 0.75% | - |
| XYZ | 30.5 | 16.07 | 51.36 | - |
| YUV | 104.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 192 | 0.04 | 0.76 | 0 | 0.25 | 297.12 | 0.61 | 0.47 |
| Hex | B9 | 2E | C0 | 4 | 4C | 0 | 19 | 129 | 3D | 2F |
| Octal | 271 | 56 | 300 | 4 | 114 | 0 | 31 | 451 | 75 | 57 |
| Binary | 10111001 | 101110 | 11000000 | 100 | 1001100 | 0 | 11001 | 100101001 | 111101 | 101111 |
Color Harmonies of #B92EC0
Complementary color
Monochromatic Colors of #B92EC0
Black with #B92EC0
Text Example
Text Example
White with #B92EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EC0; }
p { color: rgb(185,46,192); }
H1.HeaderClassName
{
color: #B92EC0;
}
.AnyTagClassName
{
color: #B92EC0;
}
</style>
background-color css
<style>
a { background-color: #B92EC0; }
a { background-color: rgb(185,46,192); }
div.DivClassName
{
background-color: #B92EC0;
}
.BgClassName
{
background-color: #B92EC0;
}
</style>
border-color css
<style>
span { border-color: #B92EC0; }
span { border-color: rgb(185,46,192); }
td.TdClassName
{
border-color: #B92EC0;
}
.TagClassName
{
border-color: #B92EC0;
}
</style>