Shades of Fuchsia #B870B6
Tints of Fuchsia #B870B6
RGB
CMYK
RGB Variations
Color information
#B870B6 (or 0xB870B6) is known color: Fuchsia. HEX triplet: B8, 70 and B6. RGB value is (184,112,182). Sum of RGB (Red+Green+Blue) = 184+112+182=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B870B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870B6 is #478F49. Grayscale: #8D8D8D. Windows color (decimal): -4689738 or 11956408. OLE color: 11956408.
HSL color Cylindrical-coordinate representation of color #B870B6: hue angle of 301.67º 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 #B870B6 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 182 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.28 |
| HSL | 301.67º | 0.34% | 0.58% | - |
| HSV(B) | 301.67º | 0.39% | 0.72% | - |
| XYZ | 34 | 25.16 | 47.32 | - |
| YUV | 141.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 182 | 0 | 0.39 | 0.01 | 0.28 | 301.67 | 0.34 | 0.58 |
| Hex | B8 | 70 | B6 | 0 | 27 | 1 | 1C | 12E | 22 | 3A |
| Octal | 270 | 160 | 266 | 0 | 47 | 1 | 34 | 456 | 42 | 72 |
| Binary | 10111000 | 1110000 | 10110110 | 0 | 100111 | 1 | 11100 | 100101110 | 100010 | 111010 |
Color Harmonies of #B870B6
Complementary color
Monochromatic Colors of #B870B6
Black with #B870B6
Text Example
Text Example
White with #B870B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870B6; }
p { color: rgb(184,112,182); }
H1.HeaderClassName
{
color: #B870B6;
}
.AnyTagClassName
{
color: #B870B6;
}
</style>
background-color css
<style>
a { background-color: #B870B6; }
a { background-color: rgb(184,112,182); }
div.DivClassName
{
background-color: #B870B6;
}
.BgClassName
{
background-color: #B870B6;
}
</style>
border-color css
<style>
span { border-color: #B870B6; }
span { border-color: rgb(184,112,182); }
td.TdClassName
{
border-color: #B870B6;
}
.TagClassName
{
border-color: #B870B6;
}
</style>