Shades of Medium Orchid #B746E6
Tints of Medium Orchid #B746E6
RGB
CMYK
RGB Variations
Color information
#B746E6 (or 0xB746E6) is known color: Medium Orchid. HEX triplet: B7, 46 and E6. RGB value is (183,70,230). Sum of RGB (Red+Green+Blue) = 183+70+230=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #B746E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746E6 is #48B919. Grayscale: #797979. Windows color (decimal): -4765978 or 15091383. OLE color: 15091383.
HSL color Cylindrical-coordinate representation of color #B746E6: hue angle of 282.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B746E6 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 70 | 230 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.10 |
| HSL | 282.38º | 0.76% | 0.59% | - |
| HSV(B) | 282.38º | 0.7% | 0.9% | - |
| XYZ | 36 | 20.16 | 76.86 | - |
| YUV | 122.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 230 | 0.20 | 0.70 | 0 | 0.10 | 282.38 | 0.76 | 0.59 |
| Hex | B7 | 46 | E6 | 14 | 46 | 0 | A | 11A | 4C | 3B |
| Octal | 267 | 106 | 346 | 24 | 106 | 0 | 12 | 432 | 114 | 73 |
| Binary | 10110111 | 1000110 | 11100110 | 10100 | 1000110 | 0 | 1010 | 100011010 | 1001100 | 111011 |
Color Harmonies of #B746E6
Complementary color
Monochromatic Colors of #B746E6
Black with #B746E6
Text Example
Text Example
White with #B746E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746E6; }
p { color: rgb(183,70,230); }
H1.HeaderClassName
{
color: #B746E6;
}
.AnyTagClassName
{
color: #B746E6;
}
</style>
background-color css
<style>
a { background-color: #B746E6; }
a { background-color: rgb(183,70,230); }
div.DivClassName
{
background-color: #B746E6;
}
.BgClassName
{
background-color: #B746E6;
}
</style>
border-color css
<style>
span { border-color: #B746E6; }
span { border-color: rgb(183,70,230); }
td.TdClassName
{
border-color: #B746E6;
}
.TagClassName
{
border-color: #B746E6;
}
</style>