Shades of Fuchsia #B85CBC
Tints of Fuchsia #B85CBC
RGB
CMYK
RGB Variations
Color information
#B85CBC (or 0xB85CBC) is known color: Fuchsia. HEX triplet: B8, 5C and BC. RGB value is (184,92,188). Sum of RGB (Red+Green+Blue) = 184+92+188=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #B85CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CBC is #47A343. Grayscale: #828282. Windows color (decimal): -4694852 or 12344504. OLE color: 12344504.
HSL color Cylindrical-coordinate representation of color #B85CBC: hue angle of 297.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85CBC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 92 | 188 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.26 |
| HSL | 297.5º | 0.42% | 0.55% | - |
| HSV(B) | 297.5º | 0.51% | 0.74% | - |
| XYZ | 32.67 | 21.48 | 50 | - |
| YUV | 130.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 188 | 0.02 | 0.51 | 0 | 0.26 | 297.5 | 0.42 | 0.55 |
| Hex | B8 | 5C | BC | 2 | 33 | 0 | 1A | 12A | 2A | 37 |
| Octal | 270 | 134 | 274 | 2 | 63 | 0 | 32 | 452 | 52 | 67 |
| Binary | 10111000 | 1011100 | 10111100 | 10 | 110011 | 0 | 11010 | 100101010 | 101010 | 110111 |
Color Harmonies of #B85CBC
Complementary color
Monochromatic Colors of #B85CBC
Black with #B85CBC
Text Example
Text Example
White with #B85CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CBC; }
p { color: rgb(184,92,188); }
H1.HeaderClassName
{
color: #B85CBC;
}
.AnyTagClassName
{
color: #B85CBC;
}
</style>
background-color css
<style>
a { background-color: #B85CBC; }
a { background-color: rgb(184,92,188); }
div.DivClassName
{
background-color: #B85CBC;
}
.BgClassName
{
background-color: #B85CBC;
}
</style>
border-color css
<style>
span { border-color: #B85CBC; }
span { border-color: rgb(184,92,188); }
td.TdClassName
{
border-color: #B85CBC;
}
.TagClassName
{
border-color: #B85CBC;
}
</style>