Shades of Medium Orchid #B647EE
Tints of Medium Orchid #B647EE
RGB
CMYK
RGB Variations
Color information
#B647EE (or 0xB647EE) is known color: Medium Orchid. HEX triplet: B6, 47 and EE. RGB value is (182,71,238). Sum of RGB (Red+Green+Blue) = 182+71+238=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #B647EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B647EE is #49B811. Grayscale: #7A7A7A. Windows color (decimal): -4831250 or 15615926. OLE color: 15615926.
HSL color Cylindrical-coordinate representation of color #B647EE: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B647EE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 71 | 238 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.07 |
| HSL | 279.88º | 0.83% | 0.61% | - |
| HSV(B) | 279.88º | 0.7% | 0.93% | - |
| XYZ | 36.98 | 20.62 | 82.92 | - |
| YUV | 123.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 238 | 0.24 | 0.70 | 0 | 0.07 | 279.88 | 0.83 | 0.61 |
| Hex | B6 | 47 | EE | 18 | 46 | 0 | 7 | 118 | 53 | 3D |
| Octal | 266 | 107 | 356 | 30 | 106 | 0 | 7 | 430 | 123 | 75 |
| Binary | 10110110 | 1000111 | 11101110 | 11000 | 1000110 | 0 | 111 | 100011000 | 1010011 | 111101 |
Color Harmonies of #B647EE
Complementary color
Monochromatic Colors of #B647EE
Black with #B647EE
Text Example
Text Example
White with #B647EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647EE; }
p { color: rgb(182,71,238); }
H1.HeaderClassName
{
color: #B647EE;
}
.AnyTagClassName
{
color: #B647EE;
}
</style>
background-color css
<style>
a { background-color: #B647EE; }
a { background-color: rgb(182,71,238); }
div.DivClassName
{
background-color: #B647EE;
}
.BgClassName
{
background-color: #B647EE;
}
</style>
border-color css
<style>
span { border-color: #B647EE; }
span { border-color: rgb(182,71,238); }
td.TdClassName
{
border-color: #B647EE;
}
.TagClassName
{
border-color: #B647EE;
}
</style>