Shades of Fuchsia #B870B5
Tints of Fuchsia #B870B5
RGB
CMYK
RGB Variations
Color information
#B870B5 (or 0xB870B5) is known color: Fuchsia. HEX triplet: B8, 70 and B5. RGB value is (184,112,181). Sum of RGB (Red+Green+Blue) = 184+112+181=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B870B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870B5 is #478F4A. Grayscale: #8D8D8D. Windows color (decimal): -4689739 or 11890872. OLE color: 11890872.
HSL color Cylindrical-coordinate representation of color #B870B5: hue angle of 302.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B870B5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 181 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.28 |
| HSL | 302.5º | 0.34% | 0.58% | - |
| HSV(B) | 302.5º | 0.39% | 0.72% | - |
| XYZ | 33.9 | 25.11 | 46.78 | - |
| YUV | 141.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 181 | 0 | 0.39 | 0.02 | 0.28 | 302.5 | 0.34 | 0.58 |
| Hex | B8 | 70 | B5 | 0 | 27 | 2 | 1C | 12E | 22 | 3A |
| Octal | 270 | 160 | 265 | 0 | 47 | 2 | 34 | 456 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10110101 | 0 | 100111 | 10 | 11100 | 100101110 | 100010 | 111010 |
Color Harmonies of #B870B5
Complementary color
Monochromatic Colors of #B870B5
Black with #B870B5
Text Example
Text Example
White with #B870B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870B5; }
p { color: rgb(184,112,181); }
H1.HeaderClassName
{
color: #B870B5;
}
.AnyTagClassName
{
color: #B870B5;
}
</style>
background-color css
<style>
a { background-color: #B870B5; }
a { background-color: rgb(184,112,181); }
div.DivClassName
{
background-color: #B870B5;
}
.BgClassName
{
background-color: #B870B5;
}
</style>
border-color css
<style>
span { border-color: #B870B5; }
span { border-color: rgb(184,112,181); }
td.TdClassName
{
border-color: #B870B5;
}
.TagClassName
{
border-color: #B870B5;
}
</style>