Shades of Fuchsia #B859C2
Tints of Fuchsia #B859C2
RGB
CMYK
RGB Variations
Color information
#B859C2 (or 0xB859C2) is known color: Fuchsia. HEX triplet: B8, 59 and C2. RGB value is (184,89,194). Sum of RGB (Red+Green+Blue) = 184+89+194=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B859C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859C2 is #47A63D. Grayscale: #818181. Windows color (decimal): -4695614 or 12736952. OLE color: 12736952.
HSL color Cylindrical-coordinate representation of color #B859C2: hue angle of 294.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B859C2 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 89 | 194 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.24 |
| HSL | 294.29º | 0.46% | 0.55% | - |
| HSV(B) | 294.29º | 0.54% | 0.76% | - |
| XYZ | 33.08 | 21.23 | 53.39 | - |
| YUV | 129.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 194 | 0.05 | 0.54 | 0 | 0.24 | 294.29 | 0.46 | 0.55 |
| Hex | B8 | 59 | C2 | 5 | 36 | 0 | 18 | 126 | 2E | 37 |
| Octal | 270 | 131 | 302 | 5 | 66 | 0 | 30 | 446 | 56 | 67 |
| Binary | 10111000 | 1011001 | 11000010 | 101 | 110110 | 0 | 11000 | 100100110 | 101110 | 110111 |
Color Harmonies of #B859C2
Complementary color
Monochromatic Colors of #B859C2
Black with #B859C2
Text Example
Text Example
White with #B859C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859C2; }
p { color: rgb(184,89,194); }
H1.HeaderClassName
{
color: #B859C2;
}
.AnyTagClassName
{
color: #B859C2;
}
</style>
background-color css
<style>
a { background-color: #B859C2; }
a { background-color: rgb(184,89,194); }
div.DivClassName
{
background-color: #B859C2;
}
.BgClassName
{
background-color: #B859C2;
}
</style>
border-color css
<style>
span { border-color: #B859C2; }
span { border-color: rgb(184,89,194); }
td.TdClassName
{
border-color: #B859C2;
}
.TagClassName
{
border-color: #B859C2;
}
</style>