Shades of Medium Orchid #B73EDD
Tints of Medium Orchid #B73EDD
RGB
CMYK
RGB Variations
Color information
#B73EDD (or 0xB73EDD) is known color: Medium Orchid. HEX triplet: B7, 3E and DD. RGB value is (183,62,221). Sum of RGB (Red+Green+Blue) = 183+62+221=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B73EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EDD is #48C122. Grayscale: #737373. Windows color (decimal): -4768035 or 14499511. OLE color: 14499511.
HSL color Cylindrical-coordinate representation of color #B73EDD: hue angle of 285.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73EDD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 62 | 221 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.13 |
| HSL | 285.66º | 0.7% | 0.55% | - |
| HSV(B) | 285.66º | 0.72% | 0.87% | - |
| XYZ | 34.3 | 18.73 | 70.21 | - |
| YUV | 116.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 221 | 0.17 | 0.72 | 0 | 0.13 | 285.66 | 0.7 | 0.55 |
| Hex | B7 | 3E | DD | 11 | 48 | 0 | D | 11E | 46 | 37 |
| Octal | 267 | 76 | 335 | 21 | 110 | 0 | 15 | 436 | 106 | 67 |
| Binary | 10110111 | 111110 | 11011101 | 10001 | 1001000 | 0 | 1101 | 100011110 | 1000110 | 110111 |
Color Harmonies of #B73EDD
Complementary color
Monochromatic Colors of #B73EDD
Black with #B73EDD
Text Example
Text Example
White with #B73EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73EDD; }
p { color: rgb(183,62,221); }
H1.HeaderClassName
{
color: #B73EDD;
}
.AnyTagClassName
{
color: #B73EDD;
}
</style>
background-color css
<style>
a { background-color: #B73EDD; }
a { background-color: rgb(183,62,221); }
div.DivClassName
{
background-color: #B73EDD;
}
.BgClassName
{
background-color: #B73EDD;
}
</style>
border-color css
<style>
span { border-color: #B73EDD; }
span { border-color: rgb(183,62,221); }
td.TdClassName
{
border-color: #B73EDD;
}
.TagClassName
{
border-color: #B73EDD;
}
</style>