Shades of Fuchsia #B841BE
Tints of Fuchsia #B841BE
RGB
CMYK
RGB Variations
Color information
#B841BE (or 0xB841BE) is known color: Fuchsia. HEX triplet: B8, 41 and BE. RGB value is (184,65,190). Sum of RGB (Red+Green+Blue) = 184+65+190=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B841BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841BE is #47BE41. Grayscale: #727272. Windows color (decimal): -4701762 or 12468664. OLE color: 12468664.
HSL color Cylindrical-coordinate representation of color #B841BE: hue angle of 297.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B841BE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 65 | 190 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.25 |
| HSL | 297.12º | 0.49% | 0.5% | - |
| HSV(B) | 297.12º | 0.66% | 0.75% | - |
| XYZ | 30.95 | 17.69 | 50.5 | - |
| YUV | 114.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 190 | 0.03 | 0.66 | 0 | 0.25 | 297.12 | 0.49 | 0.5 |
| Hex | B8 | 41 | BE | 3 | 42 | 0 | 19 | 129 | 31 | 32 |
| Octal | 270 | 101 | 276 | 3 | 102 | 0 | 31 | 451 | 61 | 62 |
| Binary | 10111000 | 1000001 | 10111110 | 11 | 1000010 | 0 | 11001 | 100101001 | 110001 | 110010 |
Color Harmonies of #B841BE
Complementary color
Monochromatic Colors of #B841BE
Black with #B841BE
Text Example
Text Example
White with #B841BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841BE; }
p { color: rgb(184,65,190); }
H1.HeaderClassName
{
color: #B841BE;
}
.AnyTagClassName
{
color: #B841BE;
}
</style>
background-color css
<style>
a { background-color: #B841BE; }
a { background-color: rgb(184,65,190); }
div.DivClassName
{
background-color: #B841BE;
}
.BgClassName
{
background-color: #B841BE;
}
</style>
border-color css
<style>
span { border-color: #B841BE; }
span { border-color: rgb(184,65,190); }
td.TdClassName
{
border-color: #B841BE;
}
.TagClassName
{
border-color: #B841BE;
}
</style>