Shades of Medium Orchid #B64ADE
Tints of Medium Orchid #B64ADE
RGB
CMYK
RGB Variations
Color information
#B64ADE (or 0xB64ADE) is known color: Medium Orchid. HEX triplet: B6, 4A and DE. RGB value is (182,74,222). Sum of RGB (Red+Green+Blue) = 182+74+222=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #B64ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ADE is #49B521. Grayscale: #7A7A7A. Windows color (decimal): -4830498 or 14568118. OLE color: 14568118.
HSL color Cylindrical-coordinate representation of color #B64ADE: hue angle of 283.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64ADE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 74 | 222 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.13 |
| HSL | 283.78º | 0.69% | 0.58% | - |
| HSV(B) | 283.78º | 0.67% | 0.87% | - |
| XYZ | 34.93 | 20.12 | 71.15 | - |
| YUV | 123.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 222 | 0.18 | 0.67 | 0 | 0.13 | 283.78 | 0.69 | 0.58 |
| Hex | B6 | 4A | DE | 12 | 43 | 0 | D | 11C | 45 | 3A |
| Octal | 266 | 112 | 336 | 22 | 103 | 0 | 15 | 434 | 105 | 72 |
| Binary | 10110110 | 1001010 | 11011110 | 10010 | 1000011 | 0 | 1101 | 100011100 | 1000101 | 111010 |
Color Harmonies of #B64ADE
Complementary color
Monochromatic Colors of #B64ADE
Black with #B64ADE
Text Example
Text Example
White with #B64ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64ADE; }
p { color: rgb(182,74,222); }
H1.HeaderClassName
{
color: #B64ADE;
}
.AnyTagClassName
{
color: #B64ADE;
}
</style>
background-color css
<style>
a { background-color: #B64ADE; }
a { background-color: rgb(182,74,222); }
div.DivClassName
{
background-color: #B64ADE;
}
.BgClassName
{
background-color: #B64ADE;
}
</style>
border-color css
<style>
span { border-color: #B64ADE; }
span { border-color: rgb(182,74,222); }
td.TdClassName
{
border-color: #B64ADE;
}
.TagClassName
{
border-color: #B64ADE;
}
</style>