Shades of Medium Orchid #B64AD8
Tints of Medium Orchid #B64AD8
RGB
CMYK
RGB Variations
Color information
#B64AD8 (or 0xB64AD8) is known color: Medium Orchid. HEX triplet: B6, 4A and D8. RGB value is (182,74,216). Sum of RGB (Red+Green+Blue) = 182+74+216=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #B64AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AD8 is #49B527. Grayscale: #7A7A7A. Windows color (decimal): -4830504 or 14174902. OLE color: 14174902.
HSL color Cylindrical-coordinate representation of color #B64AD8: hue angle of 285.63º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64AD8 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 74 | 216 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.15 |
| HSL | 285.63º | 0.65% | 0.57% | - |
| HSV(B) | 285.63º | 0.66% | 0.85% | - |
| XYZ | 34.13 | 19.8 | 66.99 | - |
| YUV | 122.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 216 | 0.16 | 0.66 | 0 | 0.15 | 285.63 | 0.65 | 0.57 |
| Hex | B6 | 4A | D8 | 10 | 42 | 0 | F | 11E | 41 | 39 |
| Octal | 266 | 112 | 330 | 20 | 102 | 0 | 17 | 436 | 101 | 71 |
| Binary | 10110110 | 1001010 | 11011000 | 10000 | 1000010 | 0 | 1111 | 100011110 | 1000001 | 111001 |
Color Harmonies of #B64AD8
Complementary color
Monochromatic Colors of #B64AD8
Black with #B64AD8
Text Example
Text Example
White with #B64AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AD8; }
p { color: rgb(182,74,216); }
H1.HeaderClassName
{
color: #B64AD8;
}
.AnyTagClassName
{
color: #B64AD8;
}
</style>
background-color css
<style>
a { background-color: #B64AD8; }
a { background-color: rgb(182,74,216); }
div.DivClassName
{
background-color: #B64AD8;
}
.BgClassName
{
background-color: #B64AD8;
}
</style>
border-color css
<style>
span { border-color: #B64AD8; }
span { border-color: rgb(182,74,216); }
td.TdClassName
{
border-color: #B64AD8;
}
.TagClassName
{
border-color: #B64AD8;
}
</style>