Shades of Medium Orchid #B649CE
Tints of Medium Orchid #B649CE
RGB
CMYK
RGB Variations
Color information
#B649CE (or 0xB649CE) is known color: Medium Orchid. HEX triplet: B6, 49 and CE. RGB value is (182,73,206). Sum of RGB (Red+Green+Blue) = 182+73+206=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #B649CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649CE is #49B631. Grayscale: #787878. Windows color (decimal): -4830770 or 13519286. OLE color: 13519286.
HSL color Cylindrical-coordinate representation of color #B649CE: hue angle of 289.17º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B649CE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 73 | 206 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.19 |
| HSL | 289.17º | 0.58% | 0.55% | - |
| HSV(B) | 289.17º | 0.65% | 0.81% | - |
| XYZ | 32.81 | 19.17 | 60.36 | - |
| YUV | 120.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 206 | 0.12 | 0.65 | 0 | 0.19 | 289.17 | 0.58 | 0.55 |
| Hex | B6 | 49 | CE | C | 41 | 0 | 13 | 121 | 3A | 37 |
| Octal | 266 | 111 | 316 | 14 | 101 | 0 | 23 | 441 | 72 | 67 |
| Binary | 10110110 | 1001001 | 11001110 | 1100 | 1000001 | 0 | 10011 | 100100001 | 111010 | 110111 |
Color Harmonies of #B649CE
Complementary color
Monochromatic Colors of #B649CE
Black with #B649CE
Text Example
Text Example
White with #B649CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649CE; }
p { color: rgb(182,73,206); }
H1.HeaderClassName
{
color: #B649CE;
}
.AnyTagClassName
{
color: #B649CE;
}
</style>
background-color css
<style>
a { background-color: #B649CE; }
a { background-color: rgb(182,73,206); }
div.DivClassName
{
background-color: #B649CE;
}
.BgClassName
{
background-color: #B649CE;
}
</style>
border-color css
<style>
span { border-color: #B649CE; }
span { border-color: rgb(182,73,206); }
td.TdClassName
{
border-color: #B649CE;
}
.TagClassName
{
border-color: #B649CE;
}
</style>