Shades of Medium Orchid #B664D8
Tints of Medium Orchid #B664D8
RGB
CMYK
RGB Variations
Color information
#B664D8 (or 0xB664D8) is known color: Medium Orchid. HEX triplet: B6, 64 and D8. RGB value is (182,100,216). Sum of RGB (Red+Green+Blue) = 182+100+216=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #B664D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664D8 is #499B27. Grayscale: #898989. Windows color (decimal): -4823848 or 14181558. OLE color: 14181558.
HSL color Cylindrical-coordinate representation of color #B664D8: hue angle of 282.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B664D8 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 100 | 216 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.15 |
| HSL | 282.41º | 0.6% | 0.62% | - |
| HSV(B) | 282.41º | 0.54% | 0.85% | - |
| XYZ | 36.24 | 24.02 | 67.69 | - |
| YUV | 137.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 216 | 0.16 | 0.54 | 0 | 0.15 | 282.41 | 0.6 | 0.62 |
| Hex | B6 | 64 | D8 | 10 | 36 | 0 | F | 11A | 3C | 3E |
| Octal | 266 | 144 | 330 | 20 | 66 | 0 | 17 | 432 | 74 | 76 |
| Binary | 10110110 | 1100100 | 11011000 | 10000 | 110110 | 0 | 1111 | 100011010 | 111100 | 111110 |
Color Harmonies of #B664D8
Complementary color
Monochromatic Colors of #B664D8
Black with #B664D8
Text Example
Text Example
White with #B664D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B664D8; }
p { color: rgb(182,100,216); }
H1.HeaderClassName
{
color: #B664D8;
}
.AnyTagClassName
{
color: #B664D8;
}
</style>
background-color css
<style>
a { background-color: #B664D8; }
a { background-color: rgb(182,100,216); }
div.DivClassName
{
background-color: #B664D8;
}
.BgClassName
{
background-color: #B664D8;
}
</style>
border-color css
<style>
span { border-color: #B664D8; }
span { border-color: rgb(182,100,216); }
td.TdClassName
{
border-color: #B664D8;
}
.TagClassName
{
border-color: #B664D8;
}
</style>