Shades of Medium Orchid #B746CF
Tints of Medium Orchid #B746CF
RGB
CMYK
RGB Variations
Color information
#B746CF (or 0xB746CF) is known color: Medium Orchid. HEX triplet: B7, 46 and CF. RGB value is (183,70,207). Sum of RGB (Red+Green+Blue) = 183+70+207=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B746CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746CF is #48B930. Grayscale: #767676. Windows color (decimal): -4766001 or 13584055. OLE color: 13584055.
HSL color Cylindrical-coordinate representation of color #B746CF: hue angle of 289.49º degrees, saturation: 0.59, 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 #B746CF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 70 | 207 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.19 |
| HSL | 289.49º | 0.59% | 0.54% | - |
| HSV(B) | 289.49º | 0.66% | 0.81% | - |
| XYZ | 32.98 | 18.95 | 60.95 | - |
| YUV | 119.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 207 | 0.12 | 0.66 | 0 | 0.19 | 289.49 | 0.59 | 0.54 |
| Hex | B7 | 46 | CF | C | 42 | 0 | 13 | 121 | 3B | 36 |
| Octal | 267 | 106 | 317 | 14 | 102 | 0 | 23 | 441 | 73 | 66 |
| Binary | 10110111 | 1000110 | 11001111 | 1100 | 1000010 | 0 | 10011 | 100100001 | 111011 | 110110 |
Color Harmonies of #B746CF
Complementary color
Monochromatic Colors of #B746CF
Black with #B746CF
Text Example
Text Example
White with #B746CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746CF; }
p { color: rgb(183,70,207); }
H1.HeaderClassName
{
color: #B746CF;
}
.AnyTagClassName
{
color: #B746CF;
}
</style>
background-color css
<style>
a { background-color: #B746CF; }
a { background-color: rgb(183,70,207); }
div.DivClassName
{
background-color: #B746CF;
}
.BgClassName
{
background-color: #B746CF;
}
</style>
border-color css
<style>
span { border-color: #B746CF; }
span { border-color: rgb(183,70,207); }
td.TdClassName
{
border-color: #B746CF;
}
.TagClassName
{
border-color: #B746CF;
}
</style>