Shades of Medium Orchid #B647D3
Tints of Medium Orchid #B647D3
RGB
CMYK
RGB Variations
Color information
#B647D3 (or 0xB647D3) is known color: Medium Orchid. HEX triplet: B6, 47 and D3. RGB value is (182,71,211). Sum of RGB (Red+Green+Blue) = 182+71+211=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #B647D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647D3 is #49B82C. Grayscale: #777777. Windows color (decimal): -4831277 or 13846454. OLE color: 13846454.
HSL color Cylindrical-coordinate representation of color #B647D3: hue angle of 287.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B647D3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 71 | 211 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.17 |
| HSL | 287.57º | 0.61% | 0.55% | - |
| HSV(B) | 287.57º | 0.66% | 0.83% | - |
| XYZ | 33.3 | 19.15 | 63.57 | - |
| YUV | 120.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 211 | 0.14 | 0.66 | 0 | 0.17 | 287.57 | 0.61 | 0.55 |
| Hex | B6 | 47 | D3 | E | 42 | 0 | 11 | 120 | 3D | 37 |
| Octal | 266 | 107 | 323 | 16 | 102 | 0 | 21 | 440 | 75 | 67 |
| Binary | 10110110 | 1000111 | 11010011 | 1110 | 1000010 | 0 | 10001 | 100100000 | 111101 | 110111 |
Color Harmonies of #B647D3
Complementary color
Monochromatic Colors of #B647D3
Black with #B647D3
Text Example
Text Example
White with #B647D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647D3; }
p { color: rgb(182,71,211); }
H1.HeaderClassName
{
color: #B647D3;
}
.AnyTagClassName
{
color: #B647D3;
}
</style>
background-color css
<style>
a { background-color: #B647D3; }
a { background-color: rgb(182,71,211); }
div.DivClassName
{
background-color: #B647D3;
}
.BgClassName
{
background-color: #B647D3;
}
</style>
border-color css
<style>
span { border-color: #B647D3; }
span { border-color: rgb(182,71,211); }
td.TdClassName
{
border-color: #B647D3;
}
.TagClassName
{
border-color: #B647D3;
}
</style>