Shades of Medium Orchid #B649DB
Tints of Medium Orchid #B649DB
RGB
CMYK
RGB Variations
Color information
#B649DB (or 0xB649DB) is known color: Medium Orchid. HEX triplet: B6, 49 and DB. RGB value is (182,73,219). Sum of RGB (Red+Green+Blue) = 182+73+219=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B649DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649DB is #49B624. Grayscale: #797979. Windows color (decimal): -4830757 or 14371254. OLE color: 14371254.
HSL color Cylindrical-coordinate representation of color #B649DB: hue angle of 284.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B649DB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 73 | 219 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.14 |
| HSL | 284.79º | 0.67% | 0.57% | - |
| HSV(B) | 284.79º | 0.67% | 0.86% | - |
| XYZ | 34.46 | 19.82 | 69.03 | - |
| YUV | 122.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 219 | 0.17 | 0.67 | 0 | 0.14 | 284.79 | 0.67 | 0.57 |
| Hex | B6 | 49 | DB | 11 | 43 | 0 | E | 11D | 43 | 39 |
| Octal | 266 | 111 | 333 | 21 | 103 | 0 | 16 | 435 | 103 | 71 |
| Binary | 10110110 | 1001001 | 11011011 | 10001 | 1000011 | 0 | 1110 | 100011101 | 1000011 | 111001 |
Color Harmonies of #B649DB
Complementary color
Monochromatic Colors of #B649DB
Black with #B649DB
Text Example
Text Example
White with #B649DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649DB; }
p { color: rgb(182,73,219); }
H1.HeaderClassName
{
color: #B649DB;
}
.AnyTagClassName
{
color: #B649DB;
}
</style>
background-color css
<style>
a { background-color: #B649DB; }
a { background-color: rgb(182,73,219); }
div.DivClassName
{
background-color: #B649DB;
}
.BgClassName
{
background-color: #B649DB;
}
</style>
border-color css
<style>
span { border-color: #B649DB; }
span { border-color: rgb(182,73,219); }
td.TdClassName
{
border-color: #B649DB;
}
.TagClassName
{
border-color: #B649DB;
}
</style>