Shades of Medium Orchid #B739D3
Tints of Medium Orchid #B739D3
RGB
CMYK
RGB Variations
Color information
#B739D3 (or 0xB739D3) is known color: Medium Orchid. HEX triplet: B7, 39 and D3. RGB value is (183,57,211). Sum of RGB (Red+Green+Blue) = 183+57+211=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #B739D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739D3 is #48C62C. Grayscale: #6F6F6F. Windows color (decimal): -4769325 or 13842871. OLE color: 13842871.
HSL color Cylindrical-coordinate representation of color #B739D3: hue angle of 289.09º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B739D3 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 57 | 211 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.17 |
| HSL | 289.09º | 0.64% | 0.53% | - |
| HSV(B) | 289.09º | 0.73% | 0.83% | - |
| XYZ | 32.75 | 17.7 | 63.32 | - |
| YUV | 112.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 211 | 0.13 | 0.73 | 0 | 0.17 | 289.09 | 0.64 | 0.53 |
| Hex | B7 | 39 | D3 | D | 49 | 0 | 11 | 121 | 40 | 35 |
| Octal | 267 | 71 | 323 | 15 | 111 | 0 | 21 | 441 | 100 | 65 |
| Binary | 10110111 | 111001 | 11010011 | 1101 | 1001001 | 0 | 10001 | 100100001 | 1000000 | 110101 |
Color Harmonies of #B739D3
Complementary color
Monochromatic Colors of #B739D3
Black with #B739D3
Text Example
Text Example
White with #B739D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739D3; }
p { color: rgb(183,57,211); }
H1.HeaderClassName
{
color: #B739D3;
}
.AnyTagClassName
{
color: #B739D3;
}
</style>
background-color css
<style>
a { background-color: #B739D3; }
a { background-color: rgb(183,57,211); }
div.DivClassName
{
background-color: #B739D3;
}
.BgClassName
{
background-color: #B739D3;
}
</style>
border-color css
<style>
span { border-color: #B739D3; }
span { border-color: rgb(183,57,211); }
td.TdClassName
{
border-color: #B739D3;
}
.TagClassName
{
border-color: #B739D3;
}
</style>