Shades of Fuchsia #B870BF
Tints of Fuchsia #B870BF
RGB
CMYK
RGB Variations
Color information
#B870BF (or 0xB870BF) is known color: Fuchsia. HEX triplet: B8, 70 and BF. RGB value is (184,112,191). Sum of RGB (Red+Green+Blue) = 184+112+191=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B870BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870BF is #478F40. Grayscale: #8E8E8E. Windows color (decimal): -4689729 or 12546232. OLE color: 12546232.
HSL color Cylindrical-coordinate representation of color #B870BF: hue angle of 294.68º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B870BF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 112 | 191 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.25 |
| HSL | 294.68º | 0.38% | 0.59% | - |
| HSV(B) | 294.68º | 0.41% | 0.75% | - |
| XYZ | 34.97 | 25.54 | 52.38 | - |
| YUV | 142.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 191 | 0.04 | 0.41 | 0 | 0.25 | 294.68 | 0.38 | 0.59 |
| Hex | B8 | 70 | BF | 4 | 29 | 0 | 19 | 127 | 26 | 3B |
| Octal | 270 | 160 | 277 | 4 | 51 | 0 | 31 | 447 | 46 | 73 |
| Binary | 10111000 | 1110000 | 10111111 | 100 | 101001 | 0 | 11001 | 100100111 | 100110 | 111011 |
Color Harmonies of #B870BF
Complementary color
Monochromatic Colors of #B870BF
Black with #B870BF
Text Example
Text Example
White with #B870BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870BF; }
p { color: rgb(184,112,191); }
H1.HeaderClassName
{
color: #B870BF;
}
.AnyTagClassName
{
color: #B870BF;
}
</style>
background-color css
<style>
a { background-color: #B870BF; }
a { background-color: rgb(184,112,191); }
div.DivClassName
{
background-color: #B870BF;
}
.BgClassName
{
background-color: #B870BF;
}
</style>
border-color css
<style>
span { border-color: #B870BF; }
span { border-color: rgb(184,112,191); }
td.TdClassName
{
border-color: #B870BF;
}
.TagClassName
{
border-color: #B870BF;
}
</style>