Shades of Fuchsia #B92FC2
Tints of Fuchsia #B92FC2
RGB
CMYK
RGB Variations
Color information
#B92FC2 (or 0xB92FC2) is known color: Fuchsia. HEX triplet: B9, 2F and C2. RGB value is (185,47,194). Sum of RGB (Red+Green+Blue) = 185+47+194=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #B92FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FC2 is #46D03D. Grayscale: #686868. Windows color (decimal): -4640830 or 12726201. OLE color: 12726201.
HSL color Cylindrical-coordinate representation of color #B92FC2: hue angle of 296.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92FC2 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 47 | 194 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.24 |
| HSL | 296.33º | 0.61% | 0.47% | - |
| HSV(B) | 296.33º | 0.76% | 0.76% | - |
| XYZ | 30.76 | 16.24 | 52.55 | - |
| YUV | 105.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 194 | 0.05 | 0.76 | 0 | 0.24 | 296.33 | 0.61 | 0.47 |
| Hex | B9 | 2F | C2 | 5 | 4C | 0 | 18 | 128 | 3D | 2F |
| Octal | 271 | 57 | 302 | 5 | 114 | 0 | 30 | 450 | 75 | 57 |
| Binary | 10111001 | 101111 | 11000010 | 101 | 1001100 | 0 | 11000 | 100101000 | 111101 | 101111 |
Color Harmonies of #B92FC2
Complementary color
Monochromatic Colors of #B92FC2
Black with #B92FC2
Text Example
Text Example
White with #B92FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92FC2; }
p { color: rgb(185,47,194); }
H1.HeaderClassName
{
color: #B92FC2;
}
.AnyTagClassName
{
color: #B92FC2;
}
</style>
background-color css
<style>
a { background-color: #B92FC2; }
a { background-color: rgb(185,47,194); }
div.DivClassName
{
background-color: #B92FC2;
}
.BgClassName
{
background-color: #B92FC2;
}
</style>
border-color css
<style>
span { border-color: #B92FC2; }
span { border-color: rgb(185,47,194); }
td.TdClassName
{
border-color: #B92FC2;
}
.TagClassName
{
border-color: #B92FC2;
}
</style>