Shades of Medium Orchid #B64DD0
Tints of Medium Orchid #B64DD0
RGB
CMYK
RGB Variations
Color information
#B64DD0 (or 0xB64DD0) is known color: Medium Orchid. HEX triplet: B6, 4D and D0. RGB value is (182,77,208). Sum of RGB (Red+Green+Blue) = 182+77+208=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B64DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DD0 is #49B22F. Grayscale: #7A7A7A. Windows color (decimal): -4829744 or 13651382. OLE color: 13651382.
HSL color Cylindrical-coordinate representation of color #B64DD0: hue angle of 288.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64DD0 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 77 | 208 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.18 |
| HSL | 288.09º | 0.58% | 0.56% | - |
| HSV(B) | 288.09º | 0.63% | 0.82% | - |
| XYZ | 33.33 | 19.81 | 61.74 | - |
| YUV | 123.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 208 | 0.12 | 0.63 | 0 | 0.18 | 288.09 | 0.58 | 0.56 |
| Hex | B6 | 4D | D0 | C | 3F | 0 | 12 | 120 | 3A | 38 |
| Octal | 266 | 115 | 320 | 14 | 77 | 0 | 22 | 440 | 72 | 70 |
| Binary | 10110110 | 1001101 | 11010000 | 1100 | 111111 | 0 | 10010 | 100100000 | 111010 | 111000 |
Color Harmonies of #B64DD0
Complementary color
Monochromatic Colors of #B64DD0
Black with #B64DD0
Text Example
Text Example
White with #B64DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DD0; }
p { color: rgb(182,77,208); }
H1.HeaderClassName
{
color: #B64DD0;
}
.AnyTagClassName
{
color: #B64DD0;
}
</style>
background-color css
<style>
a { background-color: #B64DD0; }
a { background-color: rgb(182,77,208); }
div.DivClassName
{
background-color: #B64DD0;
}
.BgClassName
{
background-color: #B64DD0;
}
</style>
border-color css
<style>
span { border-color: #B64DD0; }
span { border-color: rgb(182,77,208); }
td.TdClassName
{
border-color: #B64DD0;
}
.TagClassName
{
border-color: #B64DD0;
}
</style>