Shades of Medium Orchid #B649DC
Tints of Medium Orchid #B649DC
RGB
CMYK
RGB Variations
Color information
#B649DC (or 0xB649DC) is known color: Medium Orchid. HEX triplet: B6, 49 and DC. RGB value is (182,73,220). Sum of RGB (Red+Green+Blue) = 182+73+220=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B649DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649DC is #49B623. Grayscale: #797979. Windows color (decimal): -4830756 or 14436790. OLE color: 14436790.
HSL color Cylindrical-coordinate representation of color #B649DC: hue angle of 284.49º degrees, saturation: 0.68, 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 #B649DC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 73 | 220 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.14 |
| HSL | 284.49º | 0.68% | 0.57% | - |
| HSV(B) | 284.49º | 0.67% | 0.86% | - |
| XYZ | 34.59 | 19.88 | 69.72 | - |
| YUV | 122.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 220 | 0.17 | 0.67 | 0 | 0.14 | 284.49 | 0.68 | 0.57 |
| Hex | B6 | 49 | DC | 11 | 43 | 0 | E | 11C | 44 | 39 |
| Octal | 266 | 111 | 334 | 21 | 103 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110110 | 1001001 | 11011100 | 10001 | 1000011 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B649DC
Complementary color
Monochromatic Colors of #B649DC
Black with #B649DC
Text Example
Text Example
White with #B649DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649DC; }
p { color: rgb(182,73,220); }
H1.HeaderClassName
{
color: #B649DC;
}
.AnyTagClassName
{
color: #B649DC;
}
</style>
background-color css
<style>
a { background-color: #B649DC; }
a { background-color: rgb(182,73,220); }
div.DivClassName
{
background-color: #B649DC;
}
.BgClassName
{
background-color: #B649DC;
}
</style>
border-color css
<style>
span { border-color: #B649DC; }
span { border-color: rgb(182,73,220); }
td.TdClassName
{
border-color: #B649DC;
}
.TagClassName
{
border-color: #B649DC;
}
</style>