Shades of Medium Orchid #B46ECF
Tints of Medium Orchid #B46ECF
RGB
CMYK
RGB Variations
Color information
#B46ECF (or 0xB46ECF) is known color: Medium Orchid. HEX triplet: B4, 6E and CF. RGB value is (180,110,207). Sum of RGB (Red+Green+Blue) = 180+110+207=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B46ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ECF is #4B9130. Grayscale: #8D8D8D. Windows color (decimal): -4952369 or 13594292. OLE color: 13594292.
HSL color Cylindrical-coordinate representation of color #B46ECF: hue angle of 283.3º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46ECF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 110 | 207 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.19 |
| HSL | 283.3º | 0.5% | 0.62% | - |
| HSV(B) | 283.3º | 0.47% | 0.81% | - |
| XYZ | 35.66 | 25.36 | 62.05 | - |
| YUV | 141.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 207 | 0.13 | 0.47 | 0 | 0.19 | 283.3 | 0.5 | 0.62 |
| Hex | B4 | 6E | CF | D | 2F | 0 | 13 | 11B | 32 | 3E |
| Octal | 264 | 156 | 317 | 15 | 57 | 0 | 23 | 433 | 62 | 76 |
| Binary | 10110100 | 1101110 | 11001111 | 1101 | 101111 | 0 | 10011 | 100011011 | 110010 | 111110 |
Color Harmonies of #B46ECF
Complementary color
Monochromatic Colors of #B46ECF
Black with #B46ECF
Text Example
Text Example
White with #B46ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46ECF; }
p { color: rgb(180,110,207); }
H1.HeaderClassName
{
color: #B46ECF;
}
.AnyTagClassName
{
color: #B46ECF;
}
</style>
background-color css
<style>
a { background-color: #B46ECF; }
a { background-color: rgb(180,110,207); }
div.DivClassName
{
background-color: #B46ECF;
}
.BgClassName
{
background-color: #B46ECF;
}
</style>
border-color css
<style>
span { border-color: #B46ECF; }
span { border-color: rgb(180,110,207); }
td.TdClassName
{
border-color: #B46ECF;
}
.TagClassName
{
border-color: #B46ECF;
}
</style>