Shades of Fuchsia #B853C0
Tints of Fuchsia #B853C0
RGB
CMYK
RGB Variations
Color information
#B853C0 (or 0xB853C0) is known color: Fuchsia. HEX triplet: B8, 53 and C0. RGB value is (184,83,192). Sum of RGB (Red+Green+Blue) = 184+83+192=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #B853C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853C0 is #47AC3F. Grayscale: #7D7D7D. Windows color (decimal): -4697152 or 12604344. OLE color: 12604344.
HSL color Cylindrical-coordinate representation of color #B853C0: hue angle of 295.6º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B853C0 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 83 | 192 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.25 |
| HSL | 295.6º | 0.46% | 0.54% | - |
| HSV(B) | 295.6º | 0.57% | 0.75% | - |
| XYZ | 32.37 | 20.18 | 52.06 | - |
| YUV | 125.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 192 | 0.04 | 0.57 | 0 | 0.25 | 295.6 | 0.46 | 0.54 |
| Hex | B8 | 53 | C0 | 4 | 39 | 0 | 19 | 128 | 2E | 36 |
| Octal | 270 | 123 | 300 | 4 | 71 | 0 | 31 | 450 | 56 | 66 |
| Binary | 10111000 | 1010011 | 11000000 | 100 | 111001 | 0 | 11001 | 100101000 | 101110 | 110110 |
Color Harmonies of #B853C0
Complementary color
Monochromatic Colors of #B853C0
Black with #B853C0
Text Example
Text Example
White with #B853C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853C0; }
p { color: rgb(184,83,192); }
H1.HeaderClassName
{
color: #B853C0;
}
.AnyTagClassName
{
color: #B853C0;
}
</style>
background-color css
<style>
a { background-color: #B853C0; }
a { background-color: rgb(184,83,192); }
div.DivClassName
{
background-color: #B853C0;
}
.BgClassName
{
background-color: #B853C0;
}
</style>
border-color css
<style>
span { border-color: #B853C0; }
span { border-color: rgb(184,83,192); }
td.TdClassName
{
border-color: #B853C0;
}
.TagClassName
{
border-color: #B853C0;
}
</style>