Shades of Fuchsia #B850C6
Tints of Fuchsia #B850C6
RGB
CMYK
RGB Variations
Color information
#B850C6 (or 0xB850C6) is known color: Fuchsia. HEX triplet: B8, 50 and C6. RGB value is (184,80,198). Sum of RGB (Red+Green+Blue) = 184+80+198=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B850C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850C6 is #47AF39. Grayscale: #7C7C7C. Windows color (decimal): -4697914 or 12996792. OLE color: 12996792.
HSL color Cylindrical-coordinate representation of color #B850C6: hue angle of 292.88º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B850C6 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 80 | 198 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.22 |
| HSL | 292.88º | 0.51% | 0.55% | - |
| HSV(B) | 292.88º | 0.6% | 0.78% | - |
| XYZ | 32.83 | 20 | 55.56 | - |
| YUV | 124.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 198 | 0.07 | 0.60 | 0 | 0.22 | 292.88 | 0.51 | 0.55 |
| Hex | B8 | 50 | C6 | 7 | 3C | 0 | 16 | 125 | 33 | 37 |
| Octal | 270 | 120 | 306 | 7 | 74 | 0 | 26 | 445 | 63 | 67 |
| Binary | 10111000 | 1010000 | 11000110 | 111 | 111100 | 0 | 10110 | 100100101 | 110011 | 110111 |
Color Harmonies of #B850C6
Complementary color
Monochromatic Colors of #B850C6
Black with #B850C6
Text Example
Text Example
White with #B850C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850C6; }
p { color: rgb(184,80,198); }
H1.HeaderClassName
{
color: #B850C6;
}
.AnyTagClassName
{
color: #B850C6;
}
</style>
background-color css
<style>
a { background-color: #B850C6; }
a { background-color: rgb(184,80,198); }
div.DivClassName
{
background-color: #B850C6;
}
.BgClassName
{
background-color: #B850C6;
}
</style>
border-color css
<style>
span { border-color: #B850C6; }
span { border-color: rgb(184,80,198); }
td.TdClassName
{
border-color: #B850C6;
}
.TagClassName
{
border-color: #B850C6;
}
</style>