Shades of Fuchsia #B850BC
Tints of Fuchsia #B850BC
RGB
CMYK
RGB Variations
Color information
#B850BC (or 0xB850BC) is known color: Fuchsia. HEX triplet: B8, 50 and BC. RGB value is (184,80,188). Sum of RGB (Red+Green+Blue) = 184+80+188=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #B850BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850BC is #47AF43. Grayscale: #7B7B7B. Windows color (decimal): -4697924 or 12341432. OLE color: 12341432.
HSL color Cylindrical-coordinate representation of color #B850BC: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B850BC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 80 | 188 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.26 |
| HSL | 297.78º | 0.45% | 0.53% | - |
| HSV(B) | 297.78º | 0.57% | 0.74% | - |
| XYZ | 31.71 | 19.56 | 49.68 | - |
| YUV | 123.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 188 | 0.02 | 0.57 | 0 | 0.26 | 297.78 | 0.45 | 0.53 |
| Hex | B8 | 50 | BC | 2 | 39 | 0 | 1A | 12A | 2D | 35 |
| Octal | 270 | 120 | 274 | 2 | 71 | 0 | 32 | 452 | 55 | 65 |
| Binary | 10111000 | 1010000 | 10111100 | 10 | 111001 | 0 | 11010 | 100101010 | 101101 | 110101 |
Color Harmonies of #B850BC
Complementary color
Monochromatic Colors of #B850BC
Black with #B850BC
Text Example
Text Example
White with #B850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850BC; }
p { color: rgb(184,80,188); }
H1.HeaderClassName
{
color: #B850BC;
}
.AnyTagClassName
{
color: #B850BC;
}
</style>
background-color css
<style>
a { background-color: #B850BC; }
a { background-color: rgb(184,80,188); }
div.DivClassName
{
background-color: #B850BC;
}
.BgClassName
{
background-color: #B850BC;
}
</style>
border-color css
<style>
span { border-color: #B850BC; }
span { border-color: rgb(184,80,188); }
td.TdClassName
{
border-color: #B850BC;
}
.TagClassName
{
border-color: #B850BC;
}
</style>