Shades of Fuchsia #B850BA
Tints of Fuchsia #B850BA
RGB
CMYK
RGB Variations
Color information
#B850BA (or 0xB850BA) is known color: Fuchsia. HEX triplet: B8, 50 and BA. RGB value is (184,80,186). Sum of RGB (Red+Green+Blue) = 184+80+186=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B850BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850BA is #47AF45. Grayscale: #7A7A7A. Windows color (decimal): -4697926 or 12210360. OLE color: 12210360.
HSL color Cylindrical-coordinate representation of color #B850BA: hue angle of 298.87º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B850BA is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 80 | 186 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.27 |
| HSL | 298.87º | 0.43% | 0.52% | - |
| HSV(B) | 298.87º | 0.57% | 0.73% | - |
| XYZ | 31.5 | 19.47 | 48.55 | - |
| YUV | 123.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 186 | 0.01 | 0.57 | 0 | 0.27 | 298.87 | 0.43 | 0.52 |
| Hex | B8 | 50 | BA | 1 | 39 | 0 | 1B | 12B | 2B | 34 |
| Octal | 270 | 120 | 272 | 1 | 71 | 0 | 33 | 453 | 53 | 64 |
| Binary | 10111000 | 1010000 | 10111010 | 1 | 111001 | 0 | 11011 | 100101011 | 101011 | 110100 |
Color Harmonies of #B850BA
Complementary color
Monochromatic Colors of #B850BA
Black with #B850BA
Text Example
Text Example
White with #B850BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850BA; }
p { color: rgb(184,80,186); }
H1.HeaderClassName
{
color: #B850BA;
}
.AnyTagClassName
{
color: #B850BA;
}
</style>
background-color css
<style>
a { background-color: #B850BA; }
a { background-color: rgb(184,80,186); }
div.DivClassName
{
background-color: #B850BA;
}
.BgClassName
{
background-color: #B850BA;
}
</style>
border-color css
<style>
span { border-color: #B850BA; }
span { border-color: rgb(184,80,186); }
td.TdClassName
{
border-color: #B850BA;
}
.TagClassName
{
border-color: #B850BA;
}
</style>