Shades of Fuchsia #B845B0
Tints of Fuchsia #B845B0
RGB
CMYK
RGB Variations
Color information
#B845B0 (or 0xB845B0) is known color: Fuchsia. HEX triplet: B8, 45 and B0. RGB value is (184,69,176). Sum of RGB (Red+Green+Blue) = 184+69+176=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B845B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845B0 is #47BA4F. Grayscale: #737373. Windows color (decimal): -4700752 or 11552184. OLE color: 11552184.
HSL color Cylindrical-coordinate representation of color #B845B0: hue angle of 304.17º 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 #B845B0 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 176 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.28 |
| HSL | 304.17º | 0.45% | 0.5% | - |
| HSV(B) | 304.17º | 0.63% | 0.72% | - |
| XYZ | 29.73 | 17.58 | 42.9 | - |
| YUV | 115.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 176 | 0 | 0.62 | 0.04 | 0.28 | 304.17 | 0.45 | 0.5 |
| Hex | B8 | 45 | B0 | 0 | 3E | 4 | 1C | 130 | 2D | 32 |
| Octal | 270 | 105 | 260 | 0 | 76 | 4 | 34 | 460 | 55 | 62 |
| Binary | 10111000 | 1000101 | 10110000 | 0 | 111110 | 100 | 11100 | 100110000 | 101101 | 110010 |
Color Harmonies of #B845B0
Complementary color
Monochromatic Colors of #B845B0
Black with #B845B0
Text Example
Text Example
White with #B845B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B845B0; }
p { color: rgb(184,69,176); }
H1.HeaderClassName
{
color: #B845B0;
}
.AnyTagClassName
{
color: #B845B0;
}
</style>
background-color css
<style>
a { background-color: #B845B0; }
a { background-color: rgb(184,69,176); }
div.DivClassName
{
background-color: #B845B0;
}
.BgClassName
{
background-color: #B845B0;
}
</style>
border-color css
<style>
span { border-color: #B845B0; }
span { border-color: rgb(184,69,176); }
td.TdClassName
{
border-color: #B845B0;
}
.TagClassName
{
border-color: #B845B0;
}
</style>