Shades of Medium Orchid #B659DB
Tints of Medium Orchid #B659DB
RGB
CMYK
RGB Variations
Color information
#B659DB (or 0xB659DB) is known color: Medium Orchid. HEX triplet: B6, 59 and DB. RGB value is (182,89,219). Sum of RGB (Red+Green+Blue) = 182+89+219=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #B659DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659DB is #49A624. Grayscale: #838383. Windows color (decimal): -4826661 or 14375350. OLE color: 14375350.
HSL color Cylindrical-coordinate representation of color #B659DB: hue angle of 282.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B659DB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 89 | 219 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.92º | 0.64% | 0.6% | - |
| HSV(B) | 282.92º | 0.59% | 0.86% | - |
| XYZ | 35.65 | 22.2 | 69.42 | - |
| YUV | 131.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 219 | 0.17 | 0.59 | 0 | 0.14 | 282.92 | 0.64 | 0.6 |
| Hex | B6 | 59 | DB | 11 | 3B | 0 | E | 11B | 40 | 3C |
| Octal | 266 | 131 | 333 | 21 | 73 | 0 | 16 | 433 | 100 | 74 |
| Binary | 10110110 | 1011001 | 11011011 | 10001 | 111011 | 0 | 1110 | 100011011 | 1000000 | 111100 |
Color Harmonies of #B659DB
Complementary color
Monochromatic Colors of #B659DB
Black with #B659DB
Text Example
Text Example
White with #B659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659DB; }
p { color: rgb(182,89,219); }
H1.HeaderClassName
{
color: #B659DB;
}
.AnyTagClassName
{
color: #B659DB;
}
</style>
background-color css
<style>
a { background-color: #B659DB; }
a { background-color: rgb(182,89,219); }
div.DivClassName
{
background-color: #B659DB;
}
.BgClassName
{
background-color: #B659DB;
}
</style>
border-color css
<style>
span { border-color: #B659DB; }
span { border-color: rgb(182,89,219); }
td.TdClassName
{
border-color: #B659DB;
}
.TagClassName
{
border-color: #B659DB;
}
</style>