Shades of Fuchsia #B85CBF
Tints of Fuchsia #B85CBF
RGB
CMYK
RGB Variations
Color information
#B85CBF (or 0xB85CBF) is known color: Fuchsia. HEX triplet: B8, 5C and BF. RGB value is (184,92,191). Sum of RGB (Red+Green+Blue) = 184+92+191=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #B85CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85CBF is #47A340. Grayscale: #828282. Windows color (decimal): -4694849 or 12541112. OLE color: 12541112.
HSL color Cylindrical-coordinate representation of color #B85CBF: hue angle of 295.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85CBF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 92 | 191 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.25 |
| HSL | 295.76º | 0.44% | 0.55% | - |
| HSV(B) | 295.76º | 0.52% | 0.75% | - |
| XYZ | 33 | 21.61 | 51.72 | - |
| YUV | 130.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 191 | 0.04 | 0.52 | 0 | 0.25 | 295.76 | 0.44 | 0.55 |
| Hex | B8 | 5C | BF | 4 | 34 | 0 | 19 | 128 | 2C | 37 |
| Octal | 270 | 134 | 277 | 4 | 64 | 0 | 31 | 450 | 54 | 67 |
| Binary | 10111000 | 1011100 | 10111111 | 100 | 110100 | 0 | 11001 | 100101000 | 101100 | 110111 |
Color Harmonies of #B85CBF
Complementary color
Monochromatic Colors of #B85CBF
Black with #B85CBF
Text Example
Text Example
White with #B85CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CBF; }
p { color: rgb(184,92,191); }
H1.HeaderClassName
{
color: #B85CBF;
}
.AnyTagClassName
{
color: #B85CBF;
}
</style>
background-color css
<style>
a { background-color: #B85CBF; }
a { background-color: rgb(184,92,191); }
div.DivClassName
{
background-color: #B85CBF;
}
.BgClassName
{
background-color: #B85CBF;
}
</style>
border-color css
<style>
span { border-color: #B85CBF; }
span { border-color: rgb(184,92,191); }
td.TdClassName
{
border-color: #B85CBF;
}
.TagClassName
{
border-color: #B85CBF;
}
</style>