Shades of Medium Orchid #B65ECE
Tints of Medium Orchid #B65ECE
RGB
CMYK
RGB Variations
Color information
#B65ECE (or 0xB65ECE) is known color: Medium Orchid. HEX triplet: B6, 5E and CE. RGB value is (182,94,206). Sum of RGB (Red+Green+Blue) = 182+94+206=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B65ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ECE is #49A131. Grayscale: #848484. Windows color (decimal): -4825394 or 13524662. OLE color: 13524662.
HSL color Cylindrical-coordinate representation of color #B65ECE: hue angle of 287.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65ECE is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 94 | 206 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.19 |
| HSL | 287.14º | 0.53% | 0.59% | - |
| HSV(B) | 287.14º | 0.54% | 0.81% | - |
| XYZ | 34.43 | 22.41 | 60.9 | - |
| YUV | 133.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 206 | 0.12 | 0.54 | 0 | 0.19 | 287.14 | 0.53 | 0.59 |
| Hex | B6 | 5E | CE | C | 36 | 0 | 13 | 11F | 35 | 3B |
| Octal | 266 | 136 | 316 | 14 | 66 | 0 | 23 | 437 | 65 | 73 |
| Binary | 10110110 | 1011110 | 11001110 | 1100 | 110110 | 0 | 10011 | 100011111 | 110101 | 111011 |
Color Harmonies of #B65ECE
Complementary color
Monochromatic Colors of #B65ECE
Black with #B65ECE
Text Example
Text Example
White with #B65ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ECE; }
p { color: rgb(182,94,206); }
H1.HeaderClassName
{
color: #B65ECE;
}
.AnyTagClassName
{
color: #B65ECE;
}
</style>
background-color css
<style>
a { background-color: #B65ECE; }
a { background-color: rgb(182,94,206); }
div.DivClassName
{
background-color: #B65ECE;
}
.BgClassName
{
background-color: #B65ECE;
}
</style>
border-color css
<style>
span { border-color: #B65ECE; }
span { border-color: rgb(182,94,206); }
td.TdClassName
{
border-color: #B65ECE;
}
.TagClassName
{
border-color: #B65ECE;
}
</style>