Shades of Medium Orchid #B647CE
Tints of Medium Orchid #B647CE
RGB
CMYK
RGB Variations
Color information
#B647CE (or 0xB647CE) is known color: Medium Orchid. HEX triplet: B6, 47 and CE. RGB value is (182,71,206). Sum of RGB (Red+Green+Blue) = 182+71+206=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B647CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CE is #49B831. Grayscale: #777777. Windows color (decimal): -4831282 or 13518774. OLE color: 13518774.
HSL color Cylindrical-coordinate representation of color #B647CE: hue angle of 289.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B647CE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 71 | 206 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.19 |
| HSL | 289.33º | 0.58% | 0.54% | - |
| HSV(B) | 289.33º | 0.66% | 0.81% | - |
| XYZ | 32.69 | 18.91 | 60.32 | - |
| YUV | 119.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 206 | 0.12 | 0.66 | 0 | 0.19 | 289.33 | 0.58 | 0.54 |
| Hex | B6 | 47 | CE | C | 42 | 0 | 13 | 121 | 3A | 36 |
| Octal | 266 | 107 | 316 | 14 | 102 | 0 | 23 | 441 | 72 | 66 |
| Binary | 10110110 | 1000111 | 11001110 | 1100 | 1000010 | 0 | 10011 | 100100001 | 111010 | 110110 |
Color Harmonies of #B647CE
Complementary color
Monochromatic Colors of #B647CE
Black with #B647CE
Text Example
Text Example
White with #B647CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647CE; }
p { color: rgb(182,71,206); }
H1.HeaderClassName
{
color: #B647CE;
}
.AnyTagClassName
{
color: #B647CE;
}
</style>
background-color css
<style>
a { background-color: #B647CE; }
a { background-color: rgb(182,71,206); }
div.DivClassName
{
background-color: #B647CE;
}
.BgClassName
{
background-color: #B647CE;
}
</style>
border-color css
<style>
span { border-color: #B647CE; }
span { border-color: rgb(182,71,206); }
td.TdClassName
{
border-color: #B647CE;
}
.TagClassName
{
border-color: #B647CE;
}
</style>