Shades of Fuchsia #B845B5
Tints of Fuchsia #B845B5
RGB
CMYK
RGB Variations
Color information
#B845B5 (or 0xB845B5) is known color: Fuchsia. HEX triplet: B8, 45 and B5. RGB value is (184,69,181). Sum of RGB (Red+Green+Blue) = 184+69+181=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845B5 is #47BA4A. Grayscale: #737373. Windows color (decimal): -4700747 or 11879864. OLE color: 11879864.
HSL color Cylindrical-coordinate representation of color #B845B5: hue angle of 301.57º 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 #B845B5 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 181 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.28 |
| HSL | 301.57º | 0.45% | 0.5% | - |
| HSV(B) | 301.57º | 0.63% | 0.72% | - |
| XYZ | 30.24 | 17.78 | 45.55 | - |
| YUV | 116.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 181 | 0 | 0.62 | 0.02 | 0.28 | 301.57 | 0.45 | 0.5 |
| Hex | B8 | 45 | B5 | 0 | 3E | 2 | 1C | 12E | 2D | 32 |
| Octal | 270 | 105 | 265 | 0 | 76 | 2 | 34 | 456 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10110101 | 0 | 111110 | 10 | 11100 | 100101110 | 101101 | 110010 |
Color Harmonies of #B845B5
Complementary color
Monochromatic Colors of #B845B5
Black with #B845B5
Text Example
Text Example
White with #B845B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845B5; }
p { color: rgb(184,69,181); }
H1.HeaderClassName
{
color: #B845B5;
}
.AnyTagClassName
{
color: #B845B5;
}
</style>
background-color css
<style>
a { background-color: #B845B5; }
a { background-color: rgb(184,69,181); }
div.DivClassName
{
background-color: #B845B5;
}
.BgClassName
{
background-color: #B845B5;
}
</style>
border-color css
<style>
span { border-color: #B845B5; }
span { border-color: rgb(184,69,181); }
td.TdClassName
{
border-color: #B845B5;
}
.TagClassName
{
border-color: #B845B5;
}
</style>