Shades of Medium Orchid #B746DE
Tints of Medium Orchid #B746DE
RGB
CMYK
RGB Variations
Color information
#B746DE (or 0xB746DE) is known color: Medium Orchid. HEX triplet: B7, 46 and DE. RGB value is (183,70,222). Sum of RGB (Red+Green+Blue) = 183+70+222=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #B746DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746DE is #48B921. Grayscale: #787878. Windows color (decimal): -4765986 or 14567095. OLE color: 14567095.
HSL color Cylindrical-coordinate representation of color #B746DE: hue angle of 284.61º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B746DE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 70 | 222 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.13 |
| HSL | 284.61º | 0.7% | 0.57% | - |
| HSV(B) | 284.61º | 0.68% | 0.87% | - |
| XYZ | 34.9 | 19.72 | 71.07 | - |
| YUV | 121.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 222 | 0.18 | 0.68 | 0 | 0.13 | 284.61 | 0.7 | 0.57 |
| Hex | B7 | 46 | DE | 12 | 44 | 0 | D | 11D | 46 | 39 |
| Octal | 267 | 106 | 336 | 22 | 104 | 0 | 15 | 435 | 106 | 71 |
| Binary | 10110111 | 1000110 | 11011110 | 10010 | 1000100 | 0 | 1101 | 100011101 | 1000110 | 111001 |
Color Harmonies of #B746DE
Complementary color
Monochromatic Colors of #B746DE
Black with #B746DE
Text Example
Text Example
White with #B746DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746DE; }
p { color: rgb(183,70,222); }
H1.HeaderClassName
{
color: #B746DE;
}
.AnyTagClassName
{
color: #B746DE;
}
</style>
background-color css
<style>
a { background-color: #B746DE; }
a { background-color: rgb(183,70,222); }
div.DivClassName
{
background-color: #B746DE;
}
.BgClassName
{
background-color: #B746DE;
}
</style>
border-color css
<style>
span { border-color: #B746DE; }
span { border-color: rgb(183,70,222); }
td.TdClassName
{
border-color: #B746DE;
}
.TagClassName
{
border-color: #B746DE;
}
</style>