Shades of Medium Orchid #B64EC7
Tints of Medium Orchid #B64EC7
RGB
CMYK
RGB Variations
Color information
#B64EC7 (or 0xB64EC7) is known color: Medium Orchid. HEX triplet: B6, 4E and C7. RGB value is (182,78,199). Sum of RGB (Red+Green+Blue) = 182+78+199=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #B64EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC7 is #49B138. Grayscale: #7A7A7A. Windows color (decimal): -4829497 or 13061814. OLE color: 13061814.
HSL color Cylindrical-coordinate representation of color #B64EC7: hue angle of 291.57º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64EC7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 78 | 199 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.22 |
| HSL | 291.57º | 0.52% | 0.54% | - |
| HSV(B) | 291.57º | 0.61% | 0.78% | - |
| XYZ | 32.32 | 19.52 | 56.1 | - |
| YUV | 122.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 199 | 0.09 | 0.61 | 0 | 0.22 | 291.57 | 0.52 | 0.54 |
| Hex | B6 | 4E | C7 | 9 | 3D | 0 | 16 | 124 | 34 | 36 |
| Octal | 266 | 116 | 307 | 11 | 75 | 0 | 26 | 444 | 64 | 66 |
| Binary | 10110110 | 1001110 | 11000111 | 1001 | 111101 | 0 | 10110 | 100100100 | 110100 | 110110 |
Color Harmonies of #B64EC7
Complementary color
Monochromatic Colors of #B64EC7
Black with #B64EC7
Text Example
Text Example
White with #B64EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EC7; }
p { color: rgb(182,78,199); }
H1.HeaderClassName
{
color: #B64EC7;
}
.AnyTagClassName
{
color: #B64EC7;
}
</style>
background-color css
<style>
a { background-color: #B64EC7; }
a { background-color: rgb(182,78,199); }
div.DivClassName
{
background-color: #B64EC7;
}
.BgClassName
{
background-color: #B64EC7;
}
</style>
border-color css
<style>
span { border-color: #B64EC7; }
span { border-color: rgb(182,78,199); }
td.TdClassName
{
border-color: #B64EC7;
}
.TagClassName
{
border-color: #B64EC7;
}
</style>