Shades of Fuchsia #B651BA
Tints of Fuchsia #B651BA
RGB
CMYK
RGB Variations
Color information
#B651BA (or 0xB651BA) is known color: Fuchsia. HEX triplet: B6, 51 and BA. RGB value is (182,81,186). Sum of RGB (Red+Green+Blue) = 182+81+186=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B651BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651BA is #49AE45. Grayscale: #7A7A7A. Windows color (decimal): -4828742 or 12210614. OLE color: 12210614.
HSL color Cylindrical-coordinate representation of color #B651BA: hue angle of 297.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B651BA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 81 | 186 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.27 |
| HSL | 297.71º | 0.43% | 0.52% | - |
| HSV(B) | 297.71º | 0.56% | 0.73% | - |
| XYZ | 31.1 | 19.38 | 48.56 | - |
| YUV | 123.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 186 | 0.02 | 0.56 | 0 | 0.27 | 297.71 | 0.43 | 0.52 |
| Hex | B6 | 51 | BA | 2 | 38 | 0 | 1B | 12A | 2B | 34 |
| Octal | 266 | 121 | 272 | 2 | 70 | 0 | 33 | 452 | 53 | 64 |
| Binary | 10110110 | 1010001 | 10111010 | 10 | 111000 | 0 | 11011 | 100101010 | 101011 | 110100 |
Color Harmonies of #B651BA
Complementary color
Monochromatic Colors of #B651BA
Black with #B651BA
Text Example
Text Example
White with #B651BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651BA; }
p { color: rgb(182,81,186); }
H1.HeaderClassName
{
color: #B651BA;
}
.AnyTagClassName
{
color: #B651BA;
}
</style>
background-color css
<style>
a { background-color: #B651BA; }
a { background-color: rgb(182,81,186); }
div.DivClassName
{
background-color: #B651BA;
}
.BgClassName
{
background-color: #B651BA;
}
</style>
border-color css
<style>
span { border-color: #B651BA; }
span { border-color: rgb(182,81,186); }
td.TdClassName
{
border-color: #B651BA;
}
.TagClassName
{
border-color: #B651BA;
}
</style>