Shades of Fuchsia #B870C0
Tints of Fuchsia #B870C0
RGB
CMYK
RGB Variations
Color information
#B870C0 (or 0xB870C0) is known color: Fuchsia. HEX triplet: B8, 70 and C0. RGB value is (184,112,192). Sum of RGB (Red+Green+Blue) = 184+112+192=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #B870C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870C0 is #478F3F. Grayscale: #8E8E8E. Windows color (decimal): -4689728 or 12611768. OLE color: 12611768.
HSL color Cylindrical-coordinate representation of color #B870C0: hue angle of 294º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B870C0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 112 | 192 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.25 |
| HSL | 294º | 0.39% | 0.6% | - |
| HSV(B) | 294º | 0.42% | 0.75% | - |
| XYZ | 35.08 | 25.58 | 52.96 | - |
| YUV | 142.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 192 | 0.04 | 0.42 | 0 | 0.25 | 294 | 0.39 | 0.6 |
| Hex | B8 | 70 | C0 | 4 | 2A | 0 | 19 | 126 | 27 | 3C |
| Octal | 270 | 160 | 300 | 4 | 52 | 0 | 31 | 446 | 47 | 74 |
| Binary | 10111000 | 1110000 | 11000000 | 100 | 101010 | 0 | 11001 | 100100110 | 100111 | 111100 |
Color Harmonies of #B870C0
Complementary color
Monochromatic Colors of #B870C0
Black with #B870C0
Text Example
Text Example
White with #B870C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870C0; }
p { color: rgb(184,112,192); }
H1.HeaderClassName
{
color: #B870C0;
}
.AnyTagClassName
{
color: #B870C0;
}
</style>
background-color css
<style>
a { background-color: #B870C0; }
a { background-color: rgb(184,112,192); }
div.DivClassName
{
background-color: #B870C0;
}
.BgClassName
{
background-color: #B870C0;
}
</style>
border-color css
<style>
span { border-color: #B870C0; }
span { border-color: rgb(184,112,192); }
td.TdClassName
{
border-color: #B870C0;
}
.TagClassName
{
border-color: #B870C0;
}
</style>