Shades of Fuchsia #B873B8
Tints of Fuchsia #B873B8
RGB
CMYK
RGB Variations
Color information
#B873B8 (or 0xB873B8) is known color: Fuchsia. HEX triplet: B8, 73 and B8. RGB value is (184,115,184). Sum of RGB (Red+Green+Blue) = 184+115+184=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B873B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873B8 is #478C47. Grayscale: #8F8F8F. Windows color (decimal): -4688968 or 12088248. OLE color: 12088248.
HSL color Cylindrical-coordinate representation of color #B873B8: hue angle of 300º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B873B8 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 184 | - |
| CMYK | 0 | 0.38 | 0 | 0.28 |
| HSL | 300º | 0.33% | 0.59% | - |
| HSV(B) | 300º | 0.38% | 0.72% | - |
| XYZ | 34.55 | 25.91 | 48.53 | - |
| YUV | 143.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 184 | 0 | 0.38 | 0 | 0.28 | 300 | 0.33 | 0.59 |
| Hex | B8 | 73 | B8 | 0 | 26 | 0 | 1C | 12C | 21 | 3B |
| Octal | 270 | 163 | 270 | 0 | 46 | 0 | 34 | 454 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10111000 | 0 | 100110 | 0 | 11100 | 100101100 | 100001 | 111011 |
Color Harmonies of #B873B8
Complementary color
Monochromatic Colors of #B873B8
Black with #B873B8
Text Example
Text Example
White with #B873B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873B8; }
p { color: rgb(184,115,184); }
H1.HeaderClassName
{
color: #B873B8;
}
.AnyTagClassName
{
color: #B873B8;
}
</style>
background-color css
<style>
a { background-color: #B873B8; }
a { background-color: rgb(184,115,184); }
div.DivClassName
{
background-color: #B873B8;
}
.BgClassName
{
background-color: #B873B8;
}
</style>
border-color css
<style>
span { border-color: #B873B8; }
span { border-color: rgb(184,115,184); }
td.TdClassName
{
border-color: #B873B8;
}
.TagClassName
{
border-color: #B873B8;
}
</style>