Shades of Fuchsia #B845B7
Tints of Fuchsia #B845B7
RGB
CMYK
RGB Variations
Color information
#B845B7 (or 0xB845B7) is known color: Fuchsia. HEX triplet: B8, 45 and B7. RGB value is (184,69,183). Sum of RGB (Red+Green+Blue) = 184+69+183=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845B7 is #47BA48. Grayscale: #747474. Windows color (decimal): -4700745 or 12010936. OLE color: 12010936.
HSL color Cylindrical-coordinate representation of color #B845B7: hue angle of 300.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B845B7 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 183 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.28 |
| HSL | 300.52º | 0.45% | 0.5% | - |
| HSV(B) | 300.52º | 0.63% | 0.72% | - |
| XYZ | 30.44 | 17.87 | 46.64 | - |
| YUV | 116.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 183 | 0 | 0.62 | 0.01 | 0.28 | 300.52 | 0.45 | 0.5 |
| Hex | B8 | 45 | B7 | 0 | 3E | 1 | 1C | 12D | 2D | 32 |
| Octal | 270 | 105 | 267 | 0 | 76 | 1 | 34 | 455 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10110111 | 0 | 111110 | 1 | 11100 | 100101101 | 101101 | 110010 |
Color Harmonies of #B845B7
Complementary color
Monochromatic Colors of #B845B7
Black with #B845B7
Text Example
Text Example
White with #B845B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845B7; }
p { color: rgb(184,69,183); }
H1.HeaderClassName
{
color: #B845B7;
}
.AnyTagClassName
{
color: #B845B7;
}
</style>
background-color css
<style>
a { background-color: #B845B7; }
a { background-color: rgb(184,69,183); }
div.DivClassName
{
background-color: #B845B7;
}
.BgClassName
{
background-color: #B845B7;
}
</style>
border-color css
<style>
span { border-color: #B845B7; }
span { border-color: rgb(184,69,183); }
td.TdClassName
{
border-color: #B845B7;
}
.TagClassName
{
border-color: #B845B7;
}
</style>