Shades of Medium Orchid #B647CD
Tints of Medium Orchid #B647CD
RGB
CMYK
RGB Variations
Color information
#B647CD (or 0xB647CD) is known color: Medium Orchid. HEX triplet: B6, 47 and CD. RGB value is (182,71,205). Sum of RGB (Red+Green+Blue) = 182+71+205=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #B647CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CD is #49B832. Grayscale: #777777. Windows color (decimal): -4831283 or 13453238. OLE color: 13453238.
HSL color Cylindrical-coordinate representation of color #B647CD: hue angle of 289.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B647CD is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 71 | 205 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.20 |
| HSL | 289.7º | 0.57% | 0.54% | - |
| HSV(B) | 289.7º | 0.65% | 0.8% | - |
| XYZ | 32.56 | 18.86 | 59.68 | - |
| YUV | 119.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 205 | 0.11 | 0.65 | 0 | 0.20 | 289.7 | 0.57 | 0.54 |
| Hex | B6 | 47 | CD | B | 41 | 0 | 14 | 122 | 39 | 36 |
| Octal | 266 | 107 | 315 | 13 | 101 | 0 | 24 | 442 | 71 | 66 |
| Binary | 10110110 | 1000111 | 11001101 | 1011 | 1000001 | 0 | 10100 | 100100010 | 111001 | 110110 |
Color Harmonies of #B647CD
Complementary color
Monochromatic Colors of #B647CD
Black with #B647CD
Text Example
Text Example
White with #B647CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647CD; }
p { color: rgb(182,71,205); }
H1.HeaderClassName
{
color: #B647CD;
}
.AnyTagClassName
{
color: #B647CD;
}
</style>
background-color css
<style>
a { background-color: #B647CD; }
a { background-color: rgb(182,71,205); }
div.DivClassName
{
background-color: #B647CD;
}
.BgClassName
{
background-color: #B647CD;
}
</style>
border-color css
<style>
span { border-color: #B647CD; }
span { border-color: rgb(182,71,205); }
td.TdClassName
{
border-color: #B647CD;
}
.TagClassName
{
border-color: #B647CD;
}
</style>