Shades of Medium Orchid #B659DD
Tints of Medium Orchid #B659DD
RGB
CMYK
RGB Variations
Color information
#B659DD (or 0xB659DD) is known color: Medium Orchid. HEX triplet: B6, 59 and DD. RGB value is (182,89,221). Sum of RGB (Red+Green+Blue) = 182+89+221=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B659DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659DD is #49A622. Grayscale: #838383. Windows color (decimal): -4826659 or 14506422. OLE color: 14506422.
HSL color Cylindrical-coordinate representation of color #B659DD: hue angle of 282.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B659DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 89 | 221 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.13 |
| HSL | 282.27º | 0.66% | 0.61% | - |
| HSV(B) | 282.27º | 0.6% | 0.87% | - |
| XYZ | 35.91 | 22.31 | 70.82 | - |
| YUV | 131.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 221 | 0.18 | 0.60 | 0 | 0.13 | 282.27 | 0.66 | 0.61 |
| Hex | B6 | 59 | DD | 12 | 3C | 0 | D | 11A | 42 | 3D |
| Octal | 266 | 131 | 335 | 22 | 74 | 0 | 15 | 432 | 102 | 75 |
| Binary | 10110110 | 1011001 | 11011101 | 10010 | 111100 | 0 | 1101 | 100011010 | 1000010 | 111101 |
Color Harmonies of #B659DD
Complementary color
Monochromatic Colors of #B659DD
Black with #B659DD
Text Example
Text Example
White with #B659DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659DD; }
p { color: rgb(182,89,221); }
H1.HeaderClassName
{
color: #B659DD;
}
.AnyTagClassName
{
color: #B659DD;
}
</style>
background-color css
<style>
a { background-color: #B659DD; }
a { background-color: rgb(182,89,221); }
div.DivClassName
{
background-color: #B659DD;
}
.BgClassName
{
background-color: #B659DD;
}
</style>
border-color css
<style>
span { border-color: #B659DD; }
span { border-color: rgb(182,89,221); }
td.TdClassName
{
border-color: #B659DD;
}
.TagClassName
{
border-color: #B659DD;
}
</style>