Shades of Medium Orchid #B64AEC
Tints of Medium Orchid #B64AEC
RGB
CMYK
RGB Variations
Color information
#B64AEC (or 0xB64AEC) is known color: Medium Orchid. HEX triplet: B6, 4A and EC. RGB value is (182,74,236). Sum of RGB (Red+Green+Blue) = 182+74+236=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #B64AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AEC is #49B513. Grayscale: #7C7C7C. Windows color (decimal): -4830484 or 15485622. OLE color: 15485622.
HSL color Cylindrical-coordinate representation of color #B64AEC: hue angle of 280º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64AEC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 74 | 236 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.07 |
| HSL | 280º | 0.81% | 0.61% | - |
| HSV(B) | 280º | 0.69% | 0.93% | - |
| XYZ | 36.88 | 20.9 | 81.45 | - |
| YUV | 124.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 236 | 0.23 | 0.69 | 0 | 0.07 | 280 | 0.81 | 0.61 |
| Hex | B6 | 4A | EC | 17 | 45 | 0 | 7 | 118 | 51 | 3D |
| Octal | 266 | 112 | 354 | 27 | 105 | 0 | 7 | 430 | 121 | 75 |
| Binary | 10110110 | 1001010 | 11101100 | 10111 | 1000101 | 0 | 111 | 100011000 | 1010001 | 111101 |
Color Harmonies of #B64AEC
Complementary color
Monochromatic Colors of #B64AEC
Black with #B64AEC
Text Example
Text Example
White with #B64AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AEC; }
p { color: rgb(182,74,236); }
H1.HeaderClassName
{
color: #B64AEC;
}
.AnyTagClassName
{
color: #B64AEC;
}
</style>
background-color css
<style>
a { background-color: #B64AEC; }
a { background-color: rgb(182,74,236); }
div.DivClassName
{
background-color: #B64AEC;
}
.BgClassName
{
background-color: #B64AEC;
}
</style>
border-color css
<style>
span { border-color: #B64AEC; }
span { border-color: rgb(182,74,236); }
td.TdClassName
{
border-color: #B64AEC;
}
.TagClassName
{
border-color: #B64AEC;
}
</style>