Shades of Medium Orchid #B64DC8
Tints of Medium Orchid #B64DC8
RGB
CMYK
RGB Variations
Color information
#B64DC8 (or 0xB64DC8) is known color: Medium Orchid. HEX triplet: B6, 4D and C8. RGB value is (182,77,200). Sum of RGB (Red+Green+Blue) = 182+77+200=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #B64DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DC8 is #49B237. Grayscale: #7A7A7A. Windows color (decimal): -4829752 or 13127094. OLE color: 13127094.
HSL color Cylindrical-coordinate representation of color #B64DC8: hue angle of 291.22º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64DC8 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 77 | 200 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.22 |
| HSL | 291.22º | 0.53% | 0.54% | - |
| HSV(B) | 291.22º | 0.62% | 0.78% | - |
| XYZ | 32.37 | 19.42 | 56.69 | - |
| YUV | 122.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 200 | 0.09 | 0.62 | 0 | 0.22 | 291.22 | 0.53 | 0.54 |
| Hex | B6 | 4D | C8 | 9 | 3E | 0 | 16 | 123 | 35 | 36 |
| Octal | 266 | 115 | 310 | 11 | 76 | 0 | 26 | 443 | 65 | 66 |
| Binary | 10110110 | 1001101 | 11001000 | 1001 | 111110 | 0 | 10110 | 100100011 | 110101 | 110110 |
Color Harmonies of #B64DC8
Complementary color
Monochromatic Colors of #B64DC8
Black with #B64DC8
Text Example
Text Example
White with #B64DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DC8; }
p { color: rgb(182,77,200); }
H1.HeaderClassName
{
color: #B64DC8;
}
.AnyTagClassName
{
color: #B64DC8;
}
</style>
background-color css
<style>
a { background-color: #B64DC8; }
a { background-color: rgb(182,77,200); }
div.DivClassName
{
background-color: #B64DC8;
}
.BgClassName
{
background-color: #B64DC8;
}
</style>
border-color css
<style>
span { border-color: #B64DC8; }
span { border-color: rgb(182,77,200); }
td.TdClassName
{
border-color: #B64DC8;
}
.TagClassName
{
border-color: #B64DC8;
}
</style>