Shades of Medium Orchid #B659F9
Tints of Medium Orchid #B659F9
RGB
CMYK
RGB Variations
Color information
#B659F9 (or 0xB659F9) is known color: Medium Orchid. HEX triplet: B6, 59 and F9. RGB value is (182,89,249). Sum of RGB (Red+Green+Blue) = 182+89+249=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #B659F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B659F9 is #49A606. Grayscale: #868686. Windows color (decimal): -4826631 or 16341430. OLE color: 16341430.
HSL color Cylindrical-coordinate representation of color #B659F9: hue angle of 274.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B659F9 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 89 | 249 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.02 |
| HSL | 274.88º | 0.93% | 0.66% | - |
| HSV(B) | 274.88º | 0.64% | 0.98% | - |
| XYZ | 39.96 | 23.93 | 92.14 | - |
| YUV | 135.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 249 | 0.27 | 0.64 | 0 | 0.02 | 274.88 | 0.93 | 0.66 |
| Hex | B6 | 59 | F9 | 1B | 40 | 0 | 2 | 113 | 5D | 42 |
| Octal | 266 | 131 | 371 | 33 | 100 | 0 | 2 | 423 | 135 | 102 |
| Binary | 10110110 | 1011001 | 11111001 | 11011 | 1000000 | 0 | 10 | 100010011 | 1011101 | 1000010 |
Color Harmonies of #B659F9
Complementary color
Monochromatic Colors of #B659F9
Black with #B659F9
Text Example
Text Example
White with #B659F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659F9; }
p { color: rgb(182,89,249); }
H1.HeaderClassName
{
color: #B659F9;
}
.AnyTagClassName
{
color: #B659F9;
}
</style>
background-color css
<style>
a { background-color: #B659F9; }
a { background-color: rgb(182,89,249); }
div.DivClassName
{
background-color: #B659F9;
}
.BgClassName
{
background-color: #B659F9;
}
</style>
border-color css
<style>
span { border-color: #B659F9; }
span { border-color: rgb(182,89,249); }
td.TdClassName
{
border-color: #B659F9;
}
.TagClassName
{
border-color: #B659F9;
}
</style>