Shades of Fuchsia #B649B5
Tints of Fuchsia #B649B5
RGB
CMYK
RGB Variations
Color information
#B649B5 (or 0xB649B5) is known color: Fuchsia. HEX triplet: B6, 49 and B5. RGB value is (182,73,181). Sum of RGB (Red+Green+Blue) = 182+73+181=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B649B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649B5 is #49B64A. Grayscale: #757575. Windows color (decimal): -4830795 or 11880886. OLE color: 11880886.
HSL color Cylindrical-coordinate representation of color #B649B5: hue angle of 300.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B649B5 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 181 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.29 |
| HSL | 300.55º | 0.43% | 0.5% | - |
| HSV(B) | 300.55º | 0.6% | 0.71% | - |
| XYZ | 30.01 | 18.05 | 45.62 | - |
| YUV | 117.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 181 | 0 | 0.60 | 0.01 | 0.29 | 300.55 | 0.43 | 0.5 |
| Hex | B6 | 49 | B5 | 0 | 3C | 1 | 1D | 12D | 2B | 32 |
| Octal | 266 | 111 | 265 | 0 | 74 | 1 | 35 | 455 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10110101 | 0 | 111100 | 1 | 11101 | 100101101 | 101011 | 110010 |
Color Harmonies of #B649B5
Complementary color
Monochromatic Colors of #B649B5
Black with #B649B5
Text Example
Text Example
White with #B649B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649B5; }
p { color: rgb(182,73,181); }
H1.HeaderClassName
{
color: #B649B5;
}
.AnyTagClassName
{
color: #B649B5;
}
</style>
background-color css
<style>
a { background-color: #B649B5; }
a { background-color: rgb(182,73,181); }
div.DivClassName
{
background-color: #B649B5;
}
.BgClassName
{
background-color: #B649B5;
}
</style>
border-color css
<style>
span { border-color: #B649B5; }
span { border-color: rgb(182,73,181); }
td.TdClassName
{
border-color: #B649B5;
}
.TagClassName
{
border-color: #B649B5;
}
</style>