Shades of Fuchsia #B85BBC
Tints of Fuchsia #B85BBC
RGB
CMYK
RGB Variations
Color information
#B85BBC (or 0xB85BBC) is known color: Fuchsia. HEX triplet: B8, 5B and BC. RGB value is (184,91,188). Sum of RGB (Red+Green+Blue) = 184+91+188=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBC is #47A443. Grayscale: #818181. Windows color (decimal): -4695108 or 12344248. OLE color: 12344248.
HSL color Cylindrical-coordinate representation of color #B85BBC: hue angle of 297.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85BBC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 91 | 188 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.26 |
| HSL | 297.53º | 0.42% | 0.55% | - |
| HSV(B) | 297.53º | 0.52% | 0.74% | - |
| XYZ | 32.59 | 21.3 | 49.97 | - |
| YUV | 129.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 188 | 0.02 | 0.52 | 0 | 0.26 | 297.53 | 0.42 | 0.55 |
| Hex | B8 | 5B | BC | 2 | 34 | 0 | 1A | 12A | 2A | 37 |
| Octal | 270 | 133 | 274 | 2 | 64 | 0 | 32 | 452 | 52 | 67 |
| Binary | 10111000 | 1011011 | 10111100 | 10 | 110100 | 0 | 11010 | 100101010 | 101010 | 110111 |
Color Harmonies of #B85BBC
Complementary color
Monochromatic Colors of #B85BBC
Black with #B85BBC
Text Example
Text Example
White with #B85BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BBC; }
p { color: rgb(184,91,188); }
H1.HeaderClassName
{
color: #B85BBC;
}
.AnyTagClassName
{
color: #B85BBC;
}
</style>
background-color css
<style>
a { background-color: #B85BBC; }
a { background-color: rgb(184,91,188); }
div.DivClassName
{
background-color: #B85BBC;
}
.BgClassName
{
background-color: #B85BBC;
}
</style>
border-color css
<style>
span { border-color: #B85BBC; }
span { border-color: rgb(184,91,188); }
td.TdClassName
{
border-color: #B85BBC;
}
.TagClassName
{
border-color: #B85BBC;
}
</style>