Shades of Medium Orchid #B64DC9
Tints of Medium Orchid #B64DC9
RGB
CMYK
RGB Variations
Color information
#B64DC9 (or 0xB64DC9) is known color: Medium Orchid. HEX triplet: B6, 4D and C9. RGB value is (182,77,201). Sum of RGB (Red+Green+Blue) = 182+77+201=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #B64DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DC9 is #49B236. Grayscale: #7A7A7A. Windows color (decimal): -4829751 or 13192630. OLE color: 13192630.
HSL color Cylindrical-coordinate representation of color #B64DC9: hue angle of 290.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64DC9 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 77 | 201 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.21 |
| HSL | 290.81º | 0.53% | 0.55% | - |
| HSV(B) | 290.81º | 0.62% | 0.79% | - |
| XYZ | 32.49 | 19.47 | 57.3 | - |
| YUV | 122.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 201 | 0.09 | 0.62 | 0 | 0.21 | 290.81 | 0.53 | 0.55 |
| Hex | B6 | 4D | C9 | 9 | 3E | 0 | 15 | 123 | 35 | 37 |
| Octal | 266 | 115 | 311 | 11 | 76 | 0 | 25 | 443 | 65 | 67 |
| Binary | 10110110 | 1001101 | 11001001 | 1001 | 111110 | 0 | 10101 | 100100011 | 110101 | 110111 |
Color Harmonies of #B64DC9
Complementary color
Monochromatic Colors of #B64DC9
Black with #B64DC9
Text Example
Text Example
White with #B64DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DC9; }
p { color: rgb(182,77,201); }
H1.HeaderClassName
{
color: #B64DC9;
}
.AnyTagClassName
{
color: #B64DC9;
}
</style>
background-color css
<style>
a { background-color: #B64DC9; }
a { background-color: rgb(182,77,201); }
div.DivClassName
{
background-color: #B64DC9;
}
.BgClassName
{
background-color: #B64DC9;
}
</style>
border-color css
<style>
span { border-color: #B64DC9; }
span { border-color: rgb(182,77,201); }
td.TdClassName
{
border-color: #B64DC9;
}
.TagClassName
{
border-color: #B64DC9;
}
</style>