Shades of Medium Orchid #B73ED5
Tints of Medium Orchid #B73ED5
RGB
CMYK
RGB Variations
Color information
#B73ED5 (or 0xB73ED5) is known color: Medium Orchid. HEX triplet: B7, 3E and D5. RGB value is (183,62,213). Sum of RGB (Red+Green+Blue) = 183+62+213=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #B73ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ED5 is #48C12A. Grayscale: #727272. Windows color (decimal): -4768043 or 13975223. OLE color: 13975223.
HSL color Cylindrical-coordinate representation of color #B73ED5: hue angle of 288.08º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73ED5 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 62 | 213 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.16 |
| HSL | 288.08º | 0.64% | 0.54% | - |
| HSV(B) | 288.08º | 0.71% | 0.84% | - |
| XYZ | 33.26 | 18.32 | 64.73 | - |
| YUV | 115.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 213 | 0.14 | 0.71 | 0 | 0.16 | 288.08 | 0.64 | 0.54 |
| Hex | B7 | 3E | D5 | E | 47 | 0 | 10 | 120 | 40 | 36 |
| Octal | 267 | 76 | 325 | 16 | 107 | 0 | 20 | 440 | 100 | 66 |
| Binary | 10110111 | 111110 | 11010101 | 1110 | 1000111 | 0 | 10000 | 100100000 | 1000000 | 110110 |
Color Harmonies of #B73ED5
Complementary color
Monochromatic Colors of #B73ED5
Black with #B73ED5
Text Example
Text Example
White with #B73ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73ED5; }
p { color: rgb(183,62,213); }
H1.HeaderClassName
{
color: #B73ED5;
}
.AnyTagClassName
{
color: #B73ED5;
}
</style>
background-color css
<style>
a { background-color: #B73ED5; }
a { background-color: rgb(183,62,213); }
div.DivClassName
{
background-color: #B73ED5;
}
.BgClassName
{
background-color: #B73ED5;
}
</style>
border-color css
<style>
span { border-color: #B73ED5; }
span { border-color: rgb(183,62,213); }
td.TdClassName
{
border-color: #B73ED5;
}
.TagClassName
{
border-color: #B73ED5;
}
</style>