Shades of Fuchsia #B870BE
Tints of Fuchsia #B870BE
RGB
CMYK
RGB Variations
Color information
#B870BE (or 0xB870BE) is known color: Fuchsia. HEX triplet: B8, 70 and BE. RGB value is (184,112,190). Sum of RGB (Red+Green+Blue) = 184+112+190=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B870BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B870BE is #478F41. Grayscale: #8E8E8E. Windows color (decimal): -4689730 or 12480696. OLE color: 12480696.
HSL color Cylindrical-coordinate representation of color #B870BE: hue angle of 295.38º 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 #B870BE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 112 | 190 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.25 |
| HSL | 295.38º | 0.38% | 0.59% | - |
| HSV(B) | 295.38º | 0.41% | 0.75% | - |
| XYZ | 34.86 | 25.5 | 51.8 | - |
| YUV | 142.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 190 | 0.03 | 0.41 | 0 | 0.25 | 295.38 | 0.38 | 0.59 |
| Hex | B8 | 70 | BE | 3 | 29 | 0 | 19 | 127 | 26 | 3B |
| Octal | 270 | 160 | 276 | 3 | 51 | 0 | 31 | 447 | 46 | 73 |
| Binary | 10111000 | 1110000 | 10111110 | 11 | 101001 | 0 | 11001 | 100100111 | 100110 | 111011 |
Color Harmonies of #B870BE
Complementary color
Monochromatic Colors of #B870BE
Black with #B870BE
Text Example
Text Example
White with #B870BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B870BE; }
p { color: rgb(184,112,190); }
H1.HeaderClassName
{
color: #B870BE;
}
.AnyTagClassName
{
color: #B870BE;
}
</style>
background-color css
<style>
a { background-color: #B870BE; }
a { background-color: rgb(184,112,190); }
div.DivClassName
{
background-color: #B870BE;
}
.BgClassName
{
background-color: #B870BE;
}
</style>
border-color css
<style>
span { border-color: #B870BE; }
span { border-color: rgb(184,112,190); }
td.TdClassName
{
border-color: #B870BE;
}
.TagClassName
{
border-color: #B870BE;
}
</style>