Shades of Fuchsia #B855C4
Tints of Fuchsia #B855C4
RGB
CMYK
RGB Variations
Color information
#B855C4 (or 0xB855C4) is known color: Fuchsia. HEX triplet: B8, 55 and C4. RGB value is (184,85,196). Sum of RGB (Red+Green+Blue) = 184+85+196=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #B855C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C4 is #47AA3B. Grayscale: #7E7E7E. Windows color (decimal): -4696636 or 12867000. OLE color: 12867000.
HSL color Cylindrical-coordinate representation of color #B855C4: hue angle of 293.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B855C4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 85 | 196 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.23 |
| HSL | 293.51º | 0.48% | 0.55% | - |
| HSV(B) | 293.51º | 0.57% | 0.77% | - |
| XYZ | 32.98 | 20.67 | 54.48 | - |
| YUV | 127.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 196 | 0.06 | 0.57 | 0 | 0.23 | 293.51 | 0.48 | 0.55 |
| Hex | B8 | 55 | C4 | 6 | 39 | 0 | 17 | 126 | 30 | 37 |
| Octal | 270 | 125 | 304 | 6 | 71 | 0 | 27 | 446 | 60 | 67 |
| Binary | 10111000 | 1010101 | 11000100 | 110 | 111001 | 0 | 10111 | 100100110 | 110000 | 110111 |
Color Harmonies of #B855C4
Complementary color
Monochromatic Colors of #B855C4
Black with #B855C4
Text Example
Text Example
White with #B855C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855C4; }
p { color: rgb(184,85,196); }
H1.HeaderClassName
{
color: #B855C4;
}
.AnyTagClassName
{
color: #B855C4;
}
</style>
background-color css
<style>
a { background-color: #B855C4; }
a { background-color: rgb(184,85,196); }
div.DivClassName
{
background-color: #B855C4;
}
.BgClassName
{
background-color: #B855C4;
}
</style>
border-color css
<style>
span { border-color: #B855C4; }
span { border-color: rgb(184,85,196); }
td.TdClassName
{
border-color: #B855C4;
}
.TagClassName
{
border-color: #B855C4;
}
</style>