Shades of Fuchsia #B873BF
Tints of Fuchsia #B873BF
RGB
CMYK
RGB Variations
Color information
#B873BF (or 0xB873BF) is known color: Fuchsia. HEX triplet: B8, 73 and BF. RGB value is (184,115,191). Sum of RGB (Red+Green+Blue) = 184+115+191=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B873BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873BF is #478C40. Grayscale: #909090. Windows color (decimal): -4688961 or 12547000. OLE color: 12547000.
HSL color Cylindrical-coordinate representation of color #B873BF: hue angle of 294.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B873BF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 115 | 191 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.25 |
| HSL | 294.47º | 0.37% | 0.6% | - |
| HSV(B) | 294.47º | 0.4% | 0.75% | - |
| XYZ | 35.3 | 26.21 | 52.49 | - |
| YUV | 144.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 191 | 0.04 | 0.40 | 0 | 0.25 | 294.47 | 0.37 | 0.6 |
| Hex | B8 | 73 | BF | 4 | 28 | 0 | 19 | 126 | 25 | 3C |
| Octal | 270 | 163 | 277 | 4 | 50 | 0 | 31 | 446 | 45 | 74 |
| Binary | 10111000 | 1110011 | 10111111 | 100 | 101000 | 0 | 11001 | 100100110 | 100101 | 111100 |
Color Harmonies of #B873BF
Complementary color
Monochromatic Colors of #B873BF
Black with #B873BF
Text Example
Text Example
White with #B873BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873BF; }
p { color: rgb(184,115,191); }
H1.HeaderClassName
{
color: #B873BF;
}
.AnyTagClassName
{
color: #B873BF;
}
</style>
background-color css
<style>
a { background-color: #B873BF; }
a { background-color: rgb(184,115,191); }
div.DivClassName
{
background-color: #B873BF;
}
.BgClassName
{
background-color: #B873BF;
}
</style>
border-color css
<style>
span { border-color: #B873BF; }
span { border-color: rgb(184,115,191); }
td.TdClassName
{
border-color: #B873BF;
}
.TagClassName
{
border-color: #B873BF;
}
</style>