Shades of Medium Orchid #B659CE
Tints of Medium Orchid #B659CE
RGB
CMYK
RGB Variations
Color information
#B659CE (or 0xB659CE) is known color: Medium Orchid. HEX triplet: B6, 59 and CE. RGB value is (182,89,206). Sum of RGB (Red+Green+Blue) = 182+89+206=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B659CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CE is #49A631. Grayscale: #818181. Windows color (decimal): -4826674 or 13523382. OLE color: 13523382.
HSL color Cylindrical-coordinate representation of color #B659CE: hue angle of 287.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B659CE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 89 | 206 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.19 |
| HSL | 287.69º | 0.54% | 0.58% | - |
| HSV(B) | 287.69º | 0.57% | 0.81% | - |
| XYZ | 34 | 21.55 | 60.76 | - |
| YUV | 130.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 206 | 0.12 | 0.57 | 0 | 0.19 | 287.69 | 0.54 | 0.58 |
| Hex | B6 | 59 | CE | C | 39 | 0 | 13 | 120 | 36 | 3A |
| Octal | 266 | 131 | 316 | 14 | 71 | 0 | 23 | 440 | 66 | 72 |
| Binary | 10110110 | 1011001 | 11001110 | 1100 | 111001 | 0 | 10011 | 100100000 | 110110 | 111010 |
Color Harmonies of #B659CE
Complementary color
Monochromatic Colors of #B659CE
Black with #B659CE
Text Example
Text Example
White with #B659CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659CE; }
p { color: rgb(182,89,206); }
H1.HeaderClassName
{
color: #B659CE;
}
.AnyTagClassName
{
color: #B659CE;
}
</style>
background-color css
<style>
a { background-color: #B659CE; }
a { background-color: rgb(182,89,206); }
div.DivClassName
{
background-color: #B659CE;
}
.BgClassName
{
background-color: #B659CE;
}
</style>
border-color css
<style>
span { border-color: #B659CE; }
span { border-color: rgb(182,89,206); }
td.TdClassName
{
border-color: #B659CE;
}
.TagClassName
{
border-color: #B659CE;
}
</style>