Shades of Medium Orchid #B746D0
Tints of Medium Orchid #B746D0
RGB
CMYK
RGB Variations
Color information
#B746D0 (or 0xB746D0) is known color: Medium Orchid. HEX triplet: B7, 46 and D0. RGB value is (183,70,208). Sum of RGB (Red+Green+Blue) = 183+70+208=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #B746D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746D0 is #48B92F. Grayscale: #777777. Windows color (decimal): -4766000 or 13649591. OLE color: 13649591.
HSL color Cylindrical-coordinate representation of color #B746D0: hue angle of 289.13º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B746D0 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 70 | 208 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.18 |
| HSL | 289.13º | 0.59% | 0.55% | - |
| HSV(B) | 289.13º | 0.66% | 0.82% | - |
| XYZ | 33.1 | 19 | 61.6 | - |
| YUV | 119.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 208 | 0.12 | 0.66 | 0 | 0.18 | 289.13 | 0.59 | 0.55 |
| Hex | B7 | 46 | D0 | C | 42 | 0 | 12 | 121 | 3B | 37 |
| Octal | 267 | 106 | 320 | 14 | 102 | 0 | 22 | 441 | 73 | 67 |
| Binary | 10110111 | 1000110 | 11010000 | 1100 | 1000010 | 0 | 10010 | 100100001 | 111011 | 110111 |
Color Harmonies of #B746D0
Complementary color
Monochromatic Colors of #B746D0
Black with #B746D0
Text Example
Text Example
White with #B746D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746D0; }
p { color: rgb(183,70,208); }
H1.HeaderClassName
{
color: #B746D0;
}
.AnyTagClassName
{
color: #B746D0;
}
</style>
background-color css
<style>
a { background-color: #B746D0; }
a { background-color: rgb(183,70,208); }
div.DivClassName
{
background-color: #B746D0;
}
.BgClassName
{
background-color: #B746D0;
}
</style>
border-color css
<style>
span { border-color: #B746D0; }
span { border-color: rgb(183,70,208); }
td.TdClassName
{
border-color: #B746D0;
}
.TagClassName
{
border-color: #B746D0;
}
</style>