Shades of Medium Orchid #B649ED
Tints of Medium Orchid #B649ED
RGB
CMYK
RGB Variations
Color information
#B649ED (or 0xB649ED) is known color: Medium Orchid. HEX triplet: B6, 49 and ED. RGB value is (182,73,237). Sum of RGB (Red+Green+Blue) = 182+73+237=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #B649ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649ED is #49B612. Grayscale: #7B7B7B. Windows color (decimal): -4830739 or 15550902. OLE color: 15550902.
HSL color Cylindrical-coordinate representation of color #B649ED: hue angle of 279.88º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B649ED is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 73 | 237 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.07 |
| HSL | 279.88º | 0.82% | 0.61% | - |
| HSV(B) | 279.88º | 0.69% | 0.93% | - |
| XYZ | 36.96 | 20.82 | 82.19 | - |
| YUV | 124.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 237 | 0.23 | 0.69 | 0 | 0.07 | 279.88 | 0.82 | 0.61 |
| Hex | B6 | 49 | ED | 17 | 45 | 0 | 7 | 118 | 52 | 3D |
| Octal | 266 | 111 | 355 | 27 | 105 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10110110 | 1001001 | 11101101 | 10111 | 1000101 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B649ED
Complementary color
Monochromatic Colors of #B649ED
Black with #B649ED
Text Example
Text Example
White with #B649ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649ED; }
p { color: rgb(182,73,237); }
H1.HeaderClassName
{
color: #B649ED;
}
.AnyTagClassName
{
color: #B649ED;
}
</style>
background-color css
<style>
a { background-color: #B649ED; }
a { background-color: rgb(182,73,237); }
div.DivClassName
{
background-color: #B649ED;
}
.BgClassName
{
background-color: #B649ED;
}
</style>
border-color css
<style>
span { border-color: #B649ED; }
span { border-color: rgb(182,73,237); }
td.TdClassName
{
border-color: #B649ED;
}
.TagClassName
{
border-color: #B649ED;
}
</style>