Shades of Medium Orchid #B747CE
Tints of Medium Orchid #B747CE
RGB
CMYK
RGB Variations
Color information
#B747CE (or 0xB747CE) is known color: Medium Orchid. HEX triplet: B7, 47 and CE. RGB value is (183,71,206). Sum of RGB (Red+Green+Blue) = 183+71+206=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B747CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747CE is #48B831. Grayscale: #777777. Windows color (decimal): -4765746 or 13518775. OLE color: 13518775.
HSL color Cylindrical-coordinate representation of color #B747CE: hue angle of 289.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B747CE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 71 | 206 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.19 |
| HSL | 289.78º | 0.58% | 0.54% | - |
| HSV(B) | 289.78º | 0.66% | 0.81% | - |
| XYZ | 32.92 | 19.03 | 60.33 | - |
| YUV | 119.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 206 | 0.11 | 0.66 | 0 | 0.19 | 289.78 | 0.58 | 0.54 |
| Hex | B7 | 47 | CE | B | 42 | 0 | 13 | 122 | 3A | 36 |
| Octal | 267 | 107 | 316 | 13 | 102 | 0 | 23 | 442 | 72 | 66 |
| Binary | 10110111 | 1000111 | 11001110 | 1011 | 1000010 | 0 | 10011 | 100100010 | 111010 | 110110 |
Color Harmonies of #B747CE
Complementary color
Monochromatic Colors of #B747CE
Black with #B747CE
Text Example
Text Example
White with #B747CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747CE; }
p { color: rgb(183,71,206); }
H1.HeaderClassName
{
color: #B747CE;
}
.AnyTagClassName
{
color: #B747CE;
}
</style>
background-color css
<style>
a { background-color: #B747CE; }
a { background-color: rgb(183,71,206); }
div.DivClassName
{
background-color: #B747CE;
}
.BgClassName
{
background-color: #B747CE;
}
</style>
border-color css
<style>
span { border-color: #B747CE; }
span { border-color: rgb(183,71,206); }
td.TdClassName
{
border-color: #B747CE;
}
.TagClassName
{
border-color: #B747CE;
}
</style>