Shades of Fuchsia #B844B5
Tints of Fuchsia #B844B5
RGB
CMYK
RGB Variations
Color information
#B844B5 (or 0xB844B5) is known color: Fuchsia. HEX triplet: B8, 44 and B5. RGB value is (184,68,181). Sum of RGB (Red+Green+Blue) = 184+68+181=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B844B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844B5 is #47BB4A. Grayscale: #737373. Windows color (decimal): -4701003 or 11879608. OLE color: 11879608.
HSL color Cylindrical-coordinate representation of color #B844B5: hue angle of 301.55º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B844B5 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 181 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.28 |
| HSL | 301.55º | 0.46% | 0.49% | - |
| HSV(B) | 301.55º | 0.63% | 0.72% | - |
| XYZ | 30.17 | 17.66 | 45.53 | - |
| YUV | 115.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 181 | 0 | 0.63 | 0.02 | 0.28 | 301.55 | 0.46 | 0.49 |
| Hex | B8 | 44 | B5 | 0 | 3F | 2 | 1C | 12E | 2E | 31 |
| Octal | 270 | 104 | 265 | 0 | 77 | 2 | 34 | 456 | 56 | 61 |
| Binary | 10111000 | 1000100 | 10110101 | 0 | 111111 | 10 | 11100 | 100101110 | 101110 | 110001 |
Color Harmonies of #B844B5
Complementary color
Monochromatic Colors of #B844B5
Black with #B844B5
Text Example
Text Example
White with #B844B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B844B5; }
p { color: rgb(184,68,181); }
H1.HeaderClassName
{
color: #B844B5;
}
.AnyTagClassName
{
color: #B844B5;
}
</style>
background-color css
<style>
a { background-color: #B844B5; }
a { background-color: rgb(184,68,181); }
div.DivClassName
{
background-color: #B844B5;
}
.BgClassName
{
background-color: #B844B5;
}
</style>
border-color css
<style>
span { border-color: #B844B5; }
span { border-color: rgb(184,68,181); }
td.TdClassName
{
border-color: #B844B5;
}
.TagClassName
{
border-color: #B844B5;
}
</style>