Shades of Fuchsia #B940BE
Tints of Fuchsia #B940BE
RGB
CMYK
RGB Variations
Color information
#B940BE (or 0xB940BE) is known color: Fuchsia. HEX triplet: B9, 40 and BE. RGB value is (185,64,190). Sum of RGB (Red+Green+Blue) = 185+64+190=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 64 (25.39% from 255 or 14.58% 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 #B940BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940BE is #46BF41. Grayscale: #727272. Windows color (decimal): -4636482 or 12468409. OLE color: 12468409.
HSL color Cylindrical-coordinate representation of color #B940BE: hue angle of 297.62º degrees, saturation: 0.5, 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 #B940BE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 64 | 190 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.25 |
| HSL | 297.62º | 0.5% | 0.5% | - |
| HSV(B) | 297.62º | 0.66% | 0.75% | - |
| XYZ | 31.14 | 17.7 | 50.49 | - |
| YUV | 114.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 190 | 0.03 | 0.66 | 0 | 0.25 | 297.62 | 0.5 | 0.5 |
| Hex | B9 | 40 | BE | 3 | 42 | 0 | 19 | 12A | 32 | 32 |
| Octal | 271 | 100 | 276 | 3 | 102 | 0 | 31 | 452 | 62 | 62 |
| Binary | 10111001 | 1000000 | 10111110 | 11 | 1000010 | 0 | 11001 | 100101010 | 110010 | 110010 |
Color Harmonies of #B940BE
Complementary color
Monochromatic Colors of #B940BE
Black with #B940BE
Text Example
Text Example
White with #B940BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940BE; }
p { color: rgb(185,64,190); }
H1.HeaderClassName
{
color: #B940BE;
}
.AnyTagClassName
{
color: #B940BE;
}
</style>
background-color css
<style>
a { background-color: #B940BE; }
a { background-color: rgb(185,64,190); }
div.DivClassName
{
background-color: #B940BE;
}
.BgClassName
{
background-color: #B940BE;
}
</style>
border-color css
<style>
span { border-color: #B940BE; }
span { border-color: rgb(185,64,190); }
td.TdClassName
{
border-color: #B940BE;
}
.TagClassName
{
border-color: #B940BE;
}
</style>