Shades of Fuchsia #B92CBE
Tints of Fuchsia #B92CBE
RGB
CMYK
RGB Variations
Color information
#B92CBE (or 0xB92CBE) is known color: Fuchsia. HEX triplet: B9, 2C and BE. RGB value is (185,44,190). Sum of RGB (Red+Green+Blue) = 185+44+190=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #B92CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CBE is #46D341. Grayscale: #666666. Windows color (decimal): -4641602 or 12463289. OLE color: 12463289.
HSL color Cylindrical-coordinate representation of color #B92CBE: hue angle of 297.95º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92CBE is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 44 | 190 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.25 |
| HSL | 297.95º | 0.62% | 0.46% | - |
| HSV(B) | 297.95º | 0.77% | 0.75% | - |
| XYZ | 30.2 | 15.83 | 50.18 | - |
| YUV | 102.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 190 | 0.03 | 0.77 | 0 | 0.25 | 297.95 | 0.62 | 0.46 |
| Hex | B9 | 2C | BE | 3 | 4D | 0 | 19 | 12A | 3E | 2E |
| Octal | 271 | 54 | 276 | 3 | 115 | 0 | 31 | 452 | 76 | 56 |
| Binary | 10111001 | 101100 | 10111110 | 11 | 1001101 | 0 | 11001 | 100101010 | 111110 | 101110 |
Color Harmonies of #B92CBE
Complementary color
Monochromatic Colors of #B92CBE
Black with #B92CBE
Text Example
Text Example
White with #B92CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92CBE; }
p { color: rgb(185,44,190); }
H1.HeaderClassName
{
color: #B92CBE;
}
.AnyTagClassName
{
color: #B92CBE;
}
</style>
background-color css
<style>
a { background-color: #B92CBE; }
a { background-color: rgb(185,44,190); }
div.DivClassName
{
background-color: #B92CBE;
}
.BgClassName
{
background-color: #B92CBE;
}
</style>
border-color css
<style>
span { border-color: #B92CBE; }
span { border-color: rgb(185,44,190); }
td.TdClassName
{
border-color: #B92CBE;
}
.TagClassName
{
border-color: #B92CBE;
}
</style>