Shades of Fuchsia #B940C7
Tints of Fuchsia #B940C7
RGB
CMYK
RGB Variations
Color information
#B940C7 (or 0xB940C7) is known color: Fuchsia. HEX triplet: B9, 40 and C7. RGB value is (185,64,199). Sum of RGB (Red+Green+Blue) = 185+64+199=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #B940C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940C7 is #46BF38. Grayscale: #737373. Windows color (decimal): -4636473 or 13058233. OLE color: 13058233.
HSL color Cylindrical-coordinate representation of color #B940C7: hue angle of 293.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B940C7 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 64 | 199 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.22 |
| HSL | 293.78º | 0.55% | 0.52% | - |
| HSV(B) | 293.78º | 0.68% | 0.78% | - |
| XYZ | 32.15 | 18.1 | 55.83 | - |
| YUV | 115.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 199 | 0.07 | 0.68 | 0 | 0.22 | 293.78 | 0.55 | 0.52 |
| Hex | B9 | 40 | C7 | 7 | 44 | 0 | 16 | 126 | 37 | 34 |
| Octal | 271 | 100 | 307 | 7 | 104 | 0 | 26 | 446 | 67 | 64 |
| Binary | 10111001 | 1000000 | 11000111 | 111 | 1000100 | 0 | 10110 | 100100110 | 110111 | 110100 |
Color Harmonies of #B940C7
Complementary color
Monochromatic Colors of #B940C7
Black with #B940C7
Text Example
Text Example
White with #B940C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940C7; }
p { color: rgb(185,64,199); }
H1.HeaderClassName
{
color: #B940C7;
}
.AnyTagClassName
{
color: #B940C7;
}
</style>
background-color css
<style>
a { background-color: #B940C7; }
a { background-color: rgb(185,64,199); }
div.DivClassName
{
background-color: #B940C7;
}
.BgClassName
{
background-color: #B940C7;
}
</style>
border-color css
<style>
span { border-color: #B940C7; }
span { border-color: rgb(185,64,199); }
td.TdClassName
{
border-color: #B940C7;
}
.TagClassName
{
border-color: #B940C7;
}
</style>