Shades of Medium Orchid #B64ECE
Tints of Medium Orchid #B64ECE
RGB
CMYK
RGB Variations
Color information
#B64ECE (or 0xB64ECE) is known color: Medium Orchid. HEX triplet: B6, 4E and CE. RGB value is (182,78,206). Sum of RGB (Red+Green+Blue) = 182+78+206=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B64ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64ECE is #49B131. Grayscale: #7B7B7B. Windows color (decimal): -4829490 or 13520566. OLE color: 13520566.
HSL color Cylindrical-coordinate representation of color #B64ECE: hue angle of 288.75º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64ECE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 78 | 206 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.19 |
| HSL | 288.75º | 0.57% | 0.56% | - |
| HSV(B) | 288.75º | 0.62% | 0.81% | - |
| XYZ | 33.16 | 19.85 | 60.48 | - |
| YUV | 123.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 206 | 0.12 | 0.62 | 0 | 0.19 | 288.75 | 0.57 | 0.56 |
| Hex | B6 | 4E | CE | C | 3E | 0 | 13 | 121 | 39 | 38 |
| Octal | 266 | 116 | 316 | 14 | 76 | 0 | 23 | 441 | 71 | 70 |
| Binary | 10110110 | 1001110 | 11001110 | 1100 | 111110 | 0 | 10011 | 100100001 | 111001 | 111000 |
Color Harmonies of #B64ECE
Complementary color
Monochromatic Colors of #B64ECE
Black with #B64ECE
Text Example
Text Example
White with #B64ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64ECE; }
p { color: rgb(182,78,206); }
H1.HeaderClassName
{
color: #B64ECE;
}
.AnyTagClassName
{
color: #B64ECE;
}
</style>
background-color css
<style>
a { background-color: #B64ECE; }
a { background-color: rgb(182,78,206); }
div.DivClassName
{
background-color: #B64ECE;
}
.BgClassName
{
background-color: #B64ECE;
}
</style>
border-color css
<style>
span { border-color: #B64ECE; }
span { border-color: rgb(182,78,206); }
td.TdClassName
{
border-color: #B64ECE;
}
.TagClassName
{
border-color: #B64ECE;
}
</style>