Shades of Medium Orchid #B746CE
Tints of Medium Orchid #B746CE
RGB
CMYK
RGB Variations
Color information
#B746CE (or 0xB746CE) is known color: Medium Orchid. HEX triplet: B7, 46 and CE. RGB value is (183,70,206). Sum of RGB (Red+Green+Blue) = 183+70+206=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B746CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746CE is #48B931. Grayscale: #767676. Windows color (decimal): -4766002 or 13518519. OLE color: 13518519.
HSL color Cylindrical-coordinate representation of color #B746CE: hue angle of 289.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B746CE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 70 | 206 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.19 |
| HSL | 289.85º | 0.58% | 0.54% | - |
| HSV(B) | 289.85º | 0.66% | 0.81% | - |
| XYZ | 32.86 | 18.9 | 60.31 | - |
| YUV | 119.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 206 | 0.11 | 0.66 | 0 | 0.19 | 289.85 | 0.58 | 0.54 |
| Hex | B7 | 46 | CE | B | 42 | 0 | 13 | 122 | 3A | 36 |
| Octal | 267 | 106 | 316 | 13 | 102 | 0 | 23 | 442 | 72 | 66 |
| Binary | 10110111 | 1000110 | 11001110 | 1011 | 1000010 | 0 | 10011 | 100100010 | 111010 | 110110 |
Color Harmonies of #B746CE
Complementary color
Monochromatic Colors of #B746CE
Black with #B746CE
Text Example
Text Example
White with #B746CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746CE; }
p { color: rgb(183,70,206); }
H1.HeaderClassName
{
color: #B746CE;
}
.AnyTagClassName
{
color: #B746CE;
}
</style>
background-color css
<style>
a { background-color: #B746CE; }
a { background-color: rgb(183,70,206); }
div.DivClassName
{
background-color: #B746CE;
}
.BgClassName
{
background-color: #B746CE;
}
</style>
border-color css
<style>
span { border-color: #B746CE; }
span { border-color: rgb(183,70,206); }
td.TdClassName
{
border-color: #B746CE;
}
.TagClassName
{
border-color: #B746CE;
}
</style>