Shades of Fuchsia #B873C2
Tints of Fuchsia #B873C2
RGB
CMYK
RGB Variations
Color information
#B873C2 (or 0xB873C2) is known color: Fuchsia. HEX triplet: B8, 73 and C2. RGB value is (184,115,194). Sum of RGB (Red+Green+Blue) = 184+115+194=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #B873C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873C2 is #478C3D. Grayscale: #909090. Windows color (decimal): -4688958 or 12743608. OLE color: 12743608.
HSL color Cylindrical-coordinate representation of color #B873C2: hue angle of 292.41º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B873C2 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 115 | 194 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.24 |
| HSL | 292.41º | 0.39% | 0.61% | - |
| HSV(B) | 292.41º | 0.41% | 0.76% | - |
| XYZ | 35.64 | 26.35 | 54.25 | - |
| YUV | 144.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 194 | 0.05 | 0.41 | 0 | 0.24 | 292.41 | 0.39 | 0.61 |
| Hex | B8 | 73 | C2 | 5 | 29 | 0 | 18 | 124 | 27 | 3D |
| Octal | 270 | 163 | 302 | 5 | 51 | 0 | 30 | 444 | 47 | 75 |
| Binary | 10111000 | 1110011 | 11000010 | 101 | 101001 | 0 | 11000 | 100100100 | 100111 | 111101 |
Color Harmonies of #B873C2
Complementary color
Monochromatic Colors of #B873C2
Black with #B873C2
Text Example
Text Example
White with #B873C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873C2; }
p { color: rgb(184,115,194); }
H1.HeaderClassName
{
color: #B873C2;
}
.AnyTagClassName
{
color: #B873C2;
}
</style>
background-color css
<style>
a { background-color: #B873C2; }
a { background-color: rgb(184,115,194); }
div.DivClassName
{
background-color: #B873C2;
}
.BgClassName
{
background-color: #B873C2;
}
</style>
border-color css
<style>
span { border-color: #B873C2; }
span { border-color: rgb(184,115,194); }
td.TdClassName
{
border-color: #B873C2;
}
.TagClassName
{
border-color: #B873C2;
}
</style>