Shades of Fuchsia #B649BA
Tints of Fuchsia #B649BA
RGB
CMYK
RGB Variations
Color information
#B649BA (or 0xB649BA) is known color: Fuchsia. HEX triplet: B6, 49 and BA. RGB value is (182,73,186). Sum of RGB (Red+Green+Blue) = 182+73+186=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B649BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649BA is #49B645. Grayscale: #767676. Windows color (decimal): -4830790 or 12208566. OLE color: 12208566.
HSL color Cylindrical-coordinate representation of color #B649BA: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B649BA is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 73 | 186 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.27 |
| HSL | 297.88º | 0.45% | 0.51% | - |
| HSV(B) | 297.88º | 0.61% | 0.73% | - |
| XYZ | 30.54 | 18.26 | 48.37 | - |
| YUV | 118.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 186 | 0.02 | 0.61 | 0 | 0.27 | 297.88 | 0.45 | 0.51 |
| Hex | B6 | 49 | BA | 2 | 3D | 0 | 1B | 12A | 2D | 33 |
| Octal | 266 | 111 | 272 | 2 | 75 | 0 | 33 | 452 | 55 | 63 |
| Binary | 10110110 | 1001001 | 10111010 | 10 | 111101 | 0 | 11011 | 100101010 | 101101 | 110011 |
Color Harmonies of #B649BA
Complementary color
Monochromatic Colors of #B649BA
Black with #B649BA
Text Example
Text Example
White with #B649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649BA; }
p { color: rgb(182,73,186); }
H1.HeaderClassName
{
color: #B649BA;
}
.AnyTagClassName
{
color: #B649BA;
}
</style>
background-color css
<style>
a { background-color: #B649BA; }
a { background-color: rgb(182,73,186); }
div.DivClassName
{
background-color: #B649BA;
}
.BgClassName
{
background-color: #B649BA;
}
</style>
border-color css
<style>
span { border-color: #B649BA; }
span { border-color: rgb(182,73,186); }
td.TdClassName
{
border-color: #B649BA;
}
.TagClassName
{
border-color: #B649BA;
}
</style>