Shades of Butterfly Bush #654D80
Tints of Butterfly Bush #654D80
RGB
CMYK
RGB Variations
Color information
#654D80 (or 0x654D80) is known color: Butterfly Bush. HEX triplet: 65, 4D and 80. RGB value is (101,77,128). Sum of RGB (Red+Green+Blue) = 101+77+128=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #654D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654D80 is #9AB27F. Grayscale: #595959. Windows color (decimal): -10138240 or 8408421. OLE color: 8408421.
HSL color Cylindrical-coordinate representation of color #654D80: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654D80 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 77 | 128 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.50 |
| HSL | 268.24º | 0.25% | 0.4% | - |
| HSV(B) | 268.24º | 0.4% | 0.5% | - |
| XYZ | 11.92 | 9.63 | 21.65 | - |
| YUV | 89.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 128 | 0.21 | 0.40 | 0 | 0.50 | 268.24 | 0.25 | 0.4 |
| Hex | 65 | 4D | 80 | 15 | 28 | 0 | 32 | 10C | 19 | 28 |
| Octal | 145 | 115 | 200 | 25 | 50 | 0 | 62 | 414 | 31 | 50 |
| Binary | 1100101 | 1001101 | 10000000 | 10101 | 101000 | 0 | 110010 | 100001100 | 11001 | 101000 |
Color Harmonies of #654D80
Complementary color
Monochromatic Colors of #654D80
Black with #654D80
Text Example
Text Example
White with #654D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D80; }
p { color: rgb(101,77,128); }
H1.HeaderClassName
{
color: #654D80;
}
.AnyTagClassName
{
color: #654D80;
}
</style>
background-color css
<style>
a { background-color: #654D80; }
a { background-color: rgb(101,77,128); }
div.DivClassName
{
background-color: #654D80;
}
.BgClassName
{
background-color: #654D80;
}
</style>
border-color css
<style>
span { border-color: #654D80; }
span { border-color: rgb(101,77,128); }
td.TdClassName
{
border-color: #654D80;
}
.TagClassName
{
border-color: #654D80;
}
</style>