Shades of Fuchsia #B841C7
Tints of Fuchsia #B841C7
RGB
CMYK
RGB Variations
Color information
#B841C7 (or 0xB841C7) is known color: Fuchsia. HEX triplet: B8, 41 and C7. RGB value is (184,65,199). Sum of RGB (Red+Green+Blue) = 184+65+199=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 65 (25.78% from 255 or 14.51% 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 #B841C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841C7 is #47BE38. Grayscale: #737373. Windows color (decimal): -4701753 or 13058488. OLE color: 13058488.
HSL color Cylindrical-coordinate representation of color #B841C7: hue angle of 293.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B841C7 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 65 | 199 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.22 |
| HSL | 293.28º | 0.54% | 0.52% | - |
| HSV(B) | 293.28º | 0.67% | 0.78% | - |
| XYZ | 31.97 | 18.09 | 55.84 | - |
| YUV | 115.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 199 | 0.08 | 0.67 | 0 | 0.22 | 293.28 | 0.54 | 0.52 |
| Hex | B8 | 41 | C7 | 8 | 43 | 0 | 16 | 125 | 36 | 34 |
| Octal | 270 | 101 | 307 | 10 | 103 | 0 | 26 | 445 | 66 | 64 |
| Binary | 10111000 | 1000001 | 11000111 | 1000 | 1000011 | 0 | 10110 | 100100101 | 110110 | 110100 |
Color Harmonies of #B841C7
Complementary color
Monochromatic Colors of #B841C7
Black with #B841C7
Text Example
Text Example
White with #B841C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841C7; }
p { color: rgb(184,65,199); }
H1.HeaderClassName
{
color: #B841C7;
}
.AnyTagClassName
{
color: #B841C7;
}
</style>
background-color css
<style>
a { background-color: #B841C7; }
a { background-color: rgb(184,65,199); }
div.DivClassName
{
background-color: #B841C7;
}
.BgClassName
{
background-color: #B841C7;
}
</style>
border-color css
<style>
span { border-color: #B841C7; }
span { border-color: rgb(184,65,199); }
td.TdClassName
{
border-color: #B841C7;
}
.TagClassName
{
border-color: #B841C7;
}
</style>