Shades of Medium Orchid #B73AD9
Tints of Medium Orchid #B73AD9
RGB
CMYK
RGB Variations
Color information
#B73AD9 (or 0xB73AD9) is known color: Medium Orchid. HEX triplet: B7, 3A and D9. RGB value is (183,58,217). Sum of RGB (Red+Green+Blue) = 183+58+217=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #B73AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73AD9 is #48C526. Grayscale: #707070. Windows color (decimal): -4769063 or 14236343. OLE color: 14236343.
HSL color Cylindrical-coordinate representation of color #B73AD9: hue angle of 287.17º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73AD9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 58 | 217 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.15 |
| HSL | 287.17º | 0.68% | 0.54% | - |
| HSV(B) | 287.17º | 0.73% | 0.85% | - |
| XYZ | 33.57 | 18.1 | 67.37 | - |
| YUV | 113.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 217 | 0.16 | 0.73 | 0 | 0.15 | 287.17 | 0.68 | 0.54 |
| Hex | B7 | 3A | D9 | 10 | 49 | 0 | F | 11F | 44 | 36 |
| Octal | 267 | 72 | 331 | 20 | 111 | 0 | 17 | 437 | 104 | 66 |
| Binary | 10110111 | 111010 | 11011001 | 10000 | 1001001 | 0 | 1111 | 100011111 | 1000100 | 110110 |
Color Harmonies of #B73AD9
Complementary color
Monochromatic Colors of #B73AD9
Black with #B73AD9
Text Example
Text Example
White with #B73AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73AD9; }
p { color: rgb(183,58,217); }
H1.HeaderClassName
{
color: #B73AD9;
}
.AnyTagClassName
{
color: #B73AD9;
}
</style>
background-color css
<style>
a { background-color: #B73AD9; }
a { background-color: rgb(183,58,217); }
div.DivClassName
{
background-color: #B73AD9;
}
.BgClassName
{
background-color: #B73AD9;
}
</style>
border-color css
<style>
span { border-color: #B73AD9; }
span { border-color: rgb(183,58,217); }
td.TdClassName
{
border-color: #B73AD9;
}
.TagClassName
{
border-color: #B73AD9;
}
</style>