Shades of Medium Orchid #B746EF
Tints of Medium Orchid #B746EF
RGB
CMYK
RGB Variations
Color information
#B746EF (or 0xB746EF) is known color: Medium Orchid. HEX triplet: B7, 46 and EF. RGB value is (183,70,239). Sum of RGB (Red+Green+Blue) = 183+70+239=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #B746EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746EF is #48B910. Grayscale: #7A7A7A. Windows color (decimal): -4765969 or 15681207. OLE color: 15681207.
HSL color Cylindrical-coordinate representation of color #B746EF: hue angle of 280.12º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B746EF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 70 | 239 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.06 |
| HSL | 280.12º | 0.84% | 0.61% | - |
| HSV(B) | 280.12º | 0.71% | 0.94% | - |
| XYZ | 37.3 | 20.68 | 83.69 | - |
| YUV | 123.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 239 | 0.23 | 0.71 | 0 | 0.06 | 280.12 | 0.84 | 0.61 |
| Hex | B7 | 46 | EF | 17 | 47 | 0 | 6 | 118 | 54 | 3D |
| Octal | 267 | 106 | 357 | 27 | 107 | 0 | 6 | 430 | 124 | 75 |
| Binary | 10110111 | 1000110 | 11101111 | 10111 | 1000111 | 0 | 110 | 100011000 | 1010100 | 111101 |
Color Harmonies of #B746EF
Complementary color
Monochromatic Colors of #B746EF
Black with #B746EF
Text Example
Text Example
White with #B746EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746EF; }
p { color: rgb(183,70,239); }
H1.HeaderClassName
{
color: #B746EF;
}
.AnyTagClassName
{
color: #B746EF;
}
</style>
background-color css
<style>
a { background-color: #B746EF; }
a { background-color: rgb(183,70,239); }
div.DivClassName
{
background-color: #B746EF;
}
.BgClassName
{
background-color: #B746EF;
}
</style>
border-color css
<style>
span { border-color: #B746EF; }
span { border-color: rgb(183,70,239); }
td.TdClassName
{
border-color: #B746EF;
}
.TagClassName
{
border-color: #B746EF;
}
</style>