Shades of Medium Orchid #B73CDE
Tints of Medium Orchid #B73CDE
RGB
CMYK
RGB Variations
Color information
#B73CDE (or 0xB73CDE) is known color: Medium Orchid. HEX triplet: B7, 3C and DE. RGB value is (183,60,222). Sum of RGB (Red+Green+Blue) = 183+60+222=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #B73CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CDE is #48C321. Grayscale: #727272. Windows color (decimal): -4768546 or 14564535. OLE color: 14564535.
HSL color Cylindrical-coordinate representation of color #B73CDE: hue angle of 285.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73CDE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 60 | 222 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.13 |
| HSL | 285.56º | 0.71% | 0.55% | - |
| HSV(B) | 285.56º | 0.73% | 0.87% | - |
| XYZ | 34.33 | 18.57 | 70.88 | - |
| YUV | 115.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 222 | 0.18 | 0.73 | 0 | 0.13 | 285.56 | 0.71 | 0.55 |
| Hex | B7 | 3C | DE | 12 | 49 | 0 | D | 11E | 47 | 37 |
| Octal | 267 | 74 | 336 | 22 | 111 | 0 | 15 | 436 | 107 | 67 |
| Binary | 10110111 | 111100 | 11011110 | 10010 | 1001001 | 0 | 1101 | 100011110 | 1000111 | 110111 |
Color Harmonies of #B73CDE
Complementary color
Monochromatic Colors of #B73CDE
Black with #B73CDE
Text Example
Text Example
White with #B73CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CDE; }
p { color: rgb(183,60,222); }
H1.HeaderClassName
{
color: #B73CDE;
}
.AnyTagClassName
{
color: #B73CDE;
}
</style>
background-color css
<style>
a { background-color: #B73CDE; }
a { background-color: rgb(183,60,222); }
div.DivClassName
{
background-color: #B73CDE;
}
.BgClassName
{
background-color: #B73CDE;
}
</style>
border-color css
<style>
span { border-color: #B73CDE; }
span { border-color: rgb(183,60,222); }
td.TdClassName
{
border-color: #B73CDE;
}
.TagClassName
{
border-color: #B73CDE;
}
</style>