Shades of Fuchsia #B841B7
Tints of Fuchsia #B841B7
RGB
CMYK
RGB Variations
Color information
#B841B7 (or 0xB841B7) is known color: Fuchsia. HEX triplet: B8, 41 and B7. RGB value is (184,65,183). Sum of RGB (Red+Green+Blue) = 184+65+183=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B841B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841B7 is #47BE48. Grayscale: #717171. Windows color (decimal): -4701769 or 12009912. OLE color: 12009912.
HSL color Cylindrical-coordinate representation of color #B841B7: hue angle of 300.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B841B7 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 183 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.28 |
| HSL | 300.5º | 0.48% | 0.49% | - |
| HSV(B) | 300.5º | 0.65% | 0.72% | - |
| XYZ | 30.2 | 17.39 | 46.56 | - |
| YUV | 114.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 183 | 0 | 0.65 | 0.01 | 0.28 | 300.5 | 0.48 | 0.49 |
| Hex | B8 | 41 | B7 | 0 | 41 | 1 | 1C | 12D | 30 | 31 |
| Octal | 270 | 101 | 267 | 0 | 101 | 1 | 34 | 455 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10110111 | 0 | 1000001 | 1 | 11100 | 100101101 | 110000 | 110001 |
Color Harmonies of #B841B7
Complementary color
Monochromatic Colors of #B841B7
Black with #B841B7
Text Example
Text Example
White with #B841B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841B7; }
p { color: rgb(184,65,183); }
H1.HeaderClassName
{
color: #B841B7;
}
.AnyTagClassName
{
color: #B841B7;
}
</style>
background-color css
<style>
a { background-color: #B841B7; }
a { background-color: rgb(184,65,183); }
div.DivClassName
{
background-color: #B841B7;
}
.BgClassName
{
background-color: #B841B7;
}
</style>
border-color css
<style>
span { border-color: #B841B7; }
span { border-color: rgb(184,65,183); }
td.TdClassName
{
border-color: #B841B7;
}
.TagClassName
{
border-color: #B841B7;
}
</style>