Shades of Fuchsia #B855C1
Tints of Fuchsia #B855C1
RGB
CMYK
RGB Variations
Color information
#B855C1 (or 0xB855C1) is known color: Fuchsia. HEX triplet: B8, 55 and C1. RGB value is (184,85,193). Sum of RGB (Red+Green+Blue) = 184+85+193=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B855C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855C1 is #47AA3E. Grayscale: #7E7E7E. Windows color (decimal): -4696639 or 12670392. OLE color: 12670392.
HSL color Cylindrical-coordinate representation of color #B855C1: hue angle of 295º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B855C1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 85 | 193 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.24 |
| HSL | 295º | 0.47% | 0.55% | - |
| HSV(B) | 295º | 0.56% | 0.76% | - |
| XYZ | 32.64 | 20.54 | 52.7 | - |
| YUV | 126.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 193 | 0.05 | 0.56 | 0 | 0.24 | 295 | 0.47 | 0.55 |
| Hex | B8 | 55 | C1 | 5 | 38 | 0 | 18 | 127 | 2F | 37 |
| Octal | 270 | 125 | 301 | 5 | 70 | 0 | 30 | 447 | 57 | 67 |
| Binary | 10111000 | 1010101 | 11000001 | 101 | 111000 | 0 | 11000 | 100100111 | 101111 | 110111 |
Color Harmonies of #B855C1
Complementary color
Monochromatic Colors of #B855C1
Black with #B855C1
Text Example
Text Example
White with #B855C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855C1; }
p { color: rgb(184,85,193); }
H1.HeaderClassName
{
color: #B855C1;
}
.AnyTagClassName
{
color: #B855C1;
}
</style>
background-color css
<style>
a { background-color: #B855C1; }
a { background-color: rgb(184,85,193); }
div.DivClassName
{
background-color: #B855C1;
}
.BgClassName
{
background-color: #B855C1;
}
</style>
border-color css
<style>
span { border-color: #B855C1; }
span { border-color: rgb(184,85,193); }
td.TdClassName
{
border-color: #B855C1;
}
.TagClassName
{
border-color: #B855C1;
}
</style>