Shades of Fuchsia #B853BB
Tints of Fuchsia #B853BB
RGB
CMYK
RGB Variations
Color information
#B853BB (or 0xB853BB) is known color: Fuchsia. HEX triplet: B8, 53 and BB. RGB value is (184,83,187). Sum of RGB (Red+Green+Blue) = 184+83+187=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #B853BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B853BB is #47AC44. Grayscale: #7C7C7C. Windows color (decimal): -4697157 or 12276664. OLE color: 12276664.
HSL color Cylindrical-coordinate representation of color #B853BB: hue angle of 298.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B853BB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 83 | 187 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.27 |
| HSL | 298.27º | 0.43% | 0.53% | - |
| HSV(B) | 298.27º | 0.56% | 0.73% | - |
| XYZ | 31.83 | 19.96 | 49.19 | - |
| YUV | 125.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 187 | 0.02 | 0.56 | 0 | 0.27 | 298.27 | 0.43 | 0.53 |
| Hex | B8 | 53 | BB | 2 | 38 | 0 | 1B | 12A | 2B | 35 |
| Octal | 270 | 123 | 273 | 2 | 70 | 0 | 33 | 452 | 53 | 65 |
| Binary | 10111000 | 1010011 | 10111011 | 10 | 111000 | 0 | 11011 | 100101010 | 101011 | 110101 |
Color Harmonies of #B853BB
Complementary color
Monochromatic Colors of #B853BB
Black with #B853BB
Text Example
Text Example
White with #B853BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853BB; }
p { color: rgb(184,83,187); }
H1.HeaderClassName
{
color: #B853BB;
}
.AnyTagClassName
{
color: #B853BB;
}
</style>
background-color css
<style>
a { background-color: #B853BB; }
a { background-color: rgb(184,83,187); }
div.DivClassName
{
background-color: #B853BB;
}
.BgClassName
{
background-color: #B853BB;
}
</style>
border-color css
<style>
span { border-color: #B853BB; }
span { border-color: rgb(184,83,187); }
td.TdClassName
{
border-color: #B853BB;
}
.TagClassName
{
border-color: #B853BB;
}
</style>