Shades of Medium Orchid #B64EE0
Tints of Medium Orchid #B64EE0
RGB
CMYK
RGB Variations
Color information
#B64EE0 (or 0xB64EE0) is known color: Medium Orchid. HEX triplet: B6, 4E and E0. RGB value is (182,78,224). Sum of RGB (Red+Green+Blue) = 182+78+224=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #B64EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EE0 is #49B11F. Grayscale: #7D7D7D. Windows color (decimal): -4829472 or 14700214. OLE color: 14700214.
HSL color Cylindrical-coordinate representation of color #B64EE0: hue angle of 282.74º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64EE0 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 78 | 224 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.12 |
| HSL | 282.74º | 0.7% | 0.59% | - |
| HSV(B) | 282.74º | 0.65% | 0.88% | - |
| XYZ | 35.47 | 20.78 | 72.66 | - |
| YUV | 125.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 224 | 0.19 | 0.65 | 0 | 0.12 | 282.74 | 0.7 | 0.59 |
| Hex | B6 | 4E | E0 | 13 | 41 | 0 | C | 11B | 46 | 3B |
| Octal | 266 | 116 | 340 | 23 | 101 | 0 | 14 | 433 | 106 | 73 |
| Binary | 10110110 | 1001110 | 11100000 | 10011 | 1000001 | 0 | 1100 | 100011011 | 1000110 | 111011 |
Color Harmonies of #B64EE0
Complementary color
Monochromatic Colors of #B64EE0
Black with #B64EE0
Text Example
Text Example
White with #B64EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64EE0; }
p { color: rgb(182,78,224); }
H1.HeaderClassName
{
color: #B64EE0;
}
.AnyTagClassName
{
color: #B64EE0;
}
</style>
background-color css
<style>
a { background-color: #B64EE0; }
a { background-color: rgb(182,78,224); }
div.DivClassName
{
background-color: #B64EE0;
}
.BgClassName
{
background-color: #B64EE0;
}
</style>
border-color css
<style>
span { border-color: #B64EE0; }
span { border-color: rgb(182,78,224); }
td.TdClassName
{
border-color: #B64EE0;
}
.TagClassName
{
border-color: #B64EE0;
}
</style>