Shades of Butterfly Bush #654C83
Tints of Butterfly Bush #654C83
RGB
CMYK
RGB Variations
Color information
#654C83 (or 0x654C83) is known color: Butterfly Bush. HEX triplet: 65, 4C and 83. RGB value is (101,76,131). Sum of RGB (Red+Green+Blue) = 101+76+131=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #654C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654C83 is #9AB37C. Grayscale: #595959. Windows color (decimal): -10138493 or 8604773. OLE color: 8604773.
HSL color Cylindrical-coordinate representation of color #654C83: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #654C83 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 76 | 131 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.49 |
| HSL | 267.27º | 0.27% | 0.41% | - |
| HSV(B) | 267.27º | 0.42% | 0.51% | - |
| XYZ | 12.05 | 9.57 | 22.69 | - |
| YUV | 89.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 131 | 0.23 | 0.42 | 0 | 0.49 | 267.27 | 0.27 | 0.41 |
| Hex | 65 | 4C | 83 | 17 | 2A | 0 | 31 | 10B | 1B | 29 |
| Octal | 145 | 114 | 203 | 27 | 52 | 0 | 61 | 413 | 33 | 51 |
| Binary | 1100101 | 1001100 | 10000011 | 10111 | 101010 | 0 | 110001 | 100001011 | 11011 | 101001 |
Color Harmonies of #654C83
Complementary color
Monochromatic Colors of #654C83
Black with #654C83
Text Example
Text Example
White with #654C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C83; }
p { color: rgb(101,76,131); }
H1.HeaderClassName
{
color: #654C83;
}
.AnyTagClassName
{
color: #654C83;
}
</style>
background-color css
<style>
a { background-color: #654C83; }
a { background-color: rgb(101,76,131); }
div.DivClassName
{
background-color: #654C83;
}
.BgClassName
{
background-color: #654C83;
}
</style>
border-color css
<style>
span { border-color: #654C83; }
span { border-color: rgb(101,76,131); }
td.TdClassName
{
border-color: #654C83;
}
.TagClassName
{
border-color: #654C83;
}
</style>