Shades of Fuchsia #B850B9
Tints of Fuchsia #B850B9
RGB
CMYK
RGB Variations
Color information
#B850B9 (or 0xB850B9) is known color: Fuchsia. HEX triplet: B8, 50 and B9. RGB value is (184,80,185). Sum of RGB (Red+Green+Blue) = 184+80+185=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #B850B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850B9 is #47AF46. Grayscale: #7A7A7A. Windows color (decimal): -4697927 or 12144824. OLE color: 12144824.
HSL color Cylindrical-coordinate representation of color #B850B9: hue angle of 299.43º 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 #B850B9 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 80 | 185 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.27 |
| HSL | 299.43º | 0.43% | 0.52% | - |
| HSV(B) | 299.43º | 0.57% | 0.73% | - |
| XYZ | 31.39 | 19.43 | 47.99 | - |
| YUV | 123.07 | 162.96 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 185 | 0.01 | 0.57 | 0 | 0.27 | 299.43 | 0.43 | 0.52 |
| Hex | B8 | 50 | B9 | 1 | 39 | 0 | 1B | 12B | 2B | 34 |
| Octal | 270 | 120 | 271 | 1 | 71 | 0 | 33 | 453 | 53 | 64 |
| Binary | 10111000 | 1010000 | 10111001 | 1 | 111001 | 0 | 11011 | 100101011 | 101011 | 110100 |
Color Harmonies of #B850B9
Complementary color
Monochromatic Colors of #B850B9
Black with #B850B9
Text Example
Text Example
White with #B850B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850B9; }
p { color: rgb(184,80,185); }
H1.HeaderClassName
{
color: #B850B9;
}
.AnyTagClassName
{
color: #B850B9;
}
</style>
background-color css
<style>
a { background-color: #B850B9; }
a { background-color: rgb(184,80,185); }
div.DivClassName
{
background-color: #B850B9;
}
.BgClassName
{
background-color: #B850B9;
}
</style>
border-color css
<style>
span { border-color: #B850B9; }
span { border-color: rgb(184,80,185); }
td.TdClassName
{
border-color: #B850B9;
}
.TagClassName
{
border-color: #B850B9;
}
</style>