Shades of Medium Orchid #B746F7
Tints of Medium Orchid #B746F7
RGB
CMYK
RGB Variations
Color information
#B746F7 (or 0xB746F7) is known color: Medium Orchid. HEX triplet: B7, 46 and F7. RGB value is (183,70,247). Sum of RGB (Red+Green+Blue) = 183+70+247=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #B746F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746F7 is #48B908. Grayscale: #7B7B7B. Windows color (decimal): -4765961 or 16205495. OLE color: 16205495.
HSL color Cylindrical-coordinate representation of color #B746F7: hue angle of 278.31º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B746F7 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 70 | 247 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.03 |
| HSL | 278.31º | 0.92% | 0.62% | - |
| HSV(B) | 278.31º | 0.72% | 0.97% | - |
| XYZ | 38.51 | 21.16 | 90.05 | - |
| YUV | 123.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 247 | 0.26 | 0.72 | 0 | 0.03 | 278.31 | 0.92 | 0.62 |
| Hex | B7 | 46 | F7 | 1A | 48 | 0 | 3 | 116 | 5C | 3E |
| Octal | 267 | 106 | 367 | 32 | 110 | 0 | 3 | 426 | 134 | 76 |
| Binary | 10110111 | 1000110 | 11110111 | 11010 | 1001000 | 0 | 11 | 100010110 | 1011100 | 111110 |
Color Harmonies of #B746F7
Complementary color
Monochromatic Colors of #B746F7
Black with #B746F7
Text Example
Text Example
White with #B746F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746F7; }
p { color: rgb(183,70,247); }
H1.HeaderClassName
{
color: #B746F7;
}
.AnyTagClassName
{
color: #B746F7;
}
</style>
background-color css
<style>
a { background-color: #B746F7; }
a { background-color: rgb(183,70,247); }
div.DivClassName
{
background-color: #B746F7;
}
.BgClassName
{
background-color: #B746F7;
}
</style>
border-color css
<style>
span { border-color: #B746F7; }
span { border-color: rgb(183,70,247); }
td.TdClassName
{
border-color: #B746F7;
}
.TagClassName
{
border-color: #B746F7;
}
</style>