Shades of Medium Orchid #B73CDB
Tints of Medium Orchid #B73CDB
RGB
CMYK
RGB Variations
Color information
#B73CDB (or 0xB73CDB) is known color: Medium Orchid. HEX triplet: B7, 3C and DB. RGB value is (183,60,219). Sum of RGB (Red+Green+Blue) = 183+60+219=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B73CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CDB is #48C324. Grayscale: #727272. Windows color (decimal): -4768549 or 14367927. OLE color: 14367927.
HSL color Cylindrical-coordinate representation of color #B73CDB: hue angle of 286.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73CDB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 60 | 219 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.14 |
| HSL | 286.42º | 0.69% | 0.55% | - |
| HSV(B) | 286.42º | 0.73% | 0.86% | - |
| XYZ | 33.93 | 18.41 | 68.78 | - |
| YUV | 114.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 219 | 0.16 | 0.73 | 0 | 0.14 | 286.42 | 0.69 | 0.55 |
| Hex | B7 | 3C | DB | 10 | 49 | 0 | E | 11E | 45 | 37 |
| Octal | 267 | 74 | 333 | 20 | 111 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110111 | 111100 | 11011011 | 10000 | 1001001 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B73CDB
Complementary color
Monochromatic Colors of #B73CDB
Black with #B73CDB
Text Example
Text Example
White with #B73CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CDB; }
p { color: rgb(183,60,219); }
H1.HeaderClassName
{
color: #B73CDB;
}
.AnyTagClassName
{
color: #B73CDB;
}
</style>
background-color css
<style>
a { background-color: #B73CDB; }
a { background-color: rgb(183,60,219); }
div.DivClassName
{
background-color: #B73CDB;
}
.BgClassName
{
background-color: #B73CDB;
}
</style>
border-color css
<style>
span { border-color: #B73CDB; }
span { border-color: rgb(183,60,219); }
td.TdClassName
{
border-color: #B73CDB;
}
.TagClassName
{
border-color: #B73CDB;
}
</style>