Shades of Fuchsia #B941BE
Tints of Fuchsia #B941BE
RGB
CMYK
RGB Variations
Color information
#B941BE (or 0xB941BE) is known color: Fuchsia. HEX triplet: B9, 41 and BE. RGB value is (185,65,190). Sum of RGB (Red+Green+Blue) = 185+65+190=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #B941BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941BE is #46BE41. Grayscale: #727272. Windows color (decimal): -4636226 or 12468665. OLE color: 12468665.
HSL color Cylindrical-coordinate representation of color #B941BE: hue angle of 297.6º 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 #B941BE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 65 | 190 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.25 |
| HSL | 297.6º | 0.49% | 0.5% | - |
| HSV(B) | 297.6º | 0.66% | 0.75% | - |
| XYZ | 31.19 | 17.81 | 50.51 | - |
| YUV | 115.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 190 | 0.03 | 0.66 | 0 | 0.25 | 297.6 | 0.49 | 0.5 |
| Hex | B9 | 41 | BE | 3 | 42 | 0 | 19 | 12A | 31 | 32 |
| Octal | 271 | 101 | 276 | 3 | 102 | 0 | 31 | 452 | 61 | 62 |
| Binary | 10111001 | 1000001 | 10111110 | 11 | 1000010 | 0 | 11001 | 100101010 | 110001 | 110010 |
Color Harmonies of #B941BE
Complementary color
Monochromatic Colors of #B941BE
Black with #B941BE
Text Example
Text Example
White with #B941BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941BE; }
p { color: rgb(185,65,190); }
H1.HeaderClassName
{
color: #B941BE;
}
.AnyTagClassName
{
color: #B941BE;
}
</style>
background-color css
<style>
a { background-color: #B941BE; }
a { background-color: rgb(185,65,190); }
div.DivClassName
{
background-color: #B941BE;
}
.BgClassName
{
background-color: #B941BE;
}
</style>
border-color css
<style>
span { border-color: #B941BE; }
span { border-color: rgb(185,65,190); }
td.TdClassName
{
border-color: #B941BE;
}
.TagClassName
{
border-color: #B941BE;
}
</style>