Shades of Fuchsia #B654BA
Tints of Fuchsia #B654BA
RGB
CMYK
RGB Variations
Color information
#B654BA (or 0xB654BA) is known color: Fuchsia. HEX triplet: B6, 54 and BA. RGB value is (182,84,186). Sum of RGB (Red+Green+Blue) = 182+84+186=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #B654BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BA is #49AB45. Grayscale: #7C7C7C. Windows color (decimal): -4827974 or 12211382. OLE color: 12211382.
HSL color Cylindrical-coordinate representation of color #B654BA: hue angle of 297.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B654BA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 84 | 186 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.27 |
| HSL | 297.65º | 0.43% | 0.53% | - |
| HSV(B) | 297.65º | 0.55% | 0.73% | - |
| XYZ | 31.32 | 19.83 | 48.63 | - |
| YUV | 124.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 186 | 0.02 | 0.55 | 0 | 0.27 | 297.65 | 0.43 | 0.53 |
| Hex | B6 | 54 | BA | 2 | 37 | 0 | 1B | 12A | 2A | 35 |
| Octal | 266 | 124 | 272 | 2 | 67 | 0 | 33 | 452 | 52 | 65 |
| Binary | 10110110 | 1010100 | 10111010 | 10 | 110111 | 0 | 11011 | 100101010 | 101010 | 110101 |
Color Harmonies of #B654BA
Complementary color
Monochromatic Colors of #B654BA
Black with #B654BA
Text Example
Text Example
White with #B654BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654BA; }
p { color: rgb(182,84,186); }
H1.HeaderClassName
{
color: #B654BA;
}
.AnyTagClassName
{
color: #B654BA;
}
</style>
background-color css
<style>
a { background-color: #B654BA; }
a { background-color: rgb(182,84,186); }
div.DivClassName
{
background-color: #B654BA;
}
.BgClassName
{
background-color: #B654BA;
}
</style>
border-color css
<style>
span { border-color: #B654BA; }
span { border-color: rgb(182,84,186); }
td.TdClassName
{
border-color: #B654BA;
}
.TagClassName
{
border-color: #B654BA;
}
</style>