Shades of Medium Orchid #B73FDB
Tints of Medium Orchid #B73FDB
RGB
CMYK
RGB Variations
Color information
#B73FDB (or 0xB73FDB) is known color: Medium Orchid. HEX triplet: B7, 3F and DB. RGB value is (183,63,219). Sum of RGB (Red+Green+Blue) = 183+63+219=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B73FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FDB is #48C024. Grayscale: #747474. Windows color (decimal): -4767781 or 14368695. OLE color: 14368695.
HSL color Cylindrical-coordinate representation of color #B73FDB: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73FDB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 63 | 219 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.14 |
| HSL | 286.15º | 0.68% | 0.55% | - |
| HSV(B) | 286.15º | 0.71% | 0.86% | - |
| XYZ | 34.09 | 18.74 | 68.84 | - |
| YUV | 116.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 219 | 0.16 | 0.71 | 0 | 0.14 | 286.15 | 0.68 | 0.55 |
| Hex | B7 | 3F | DB | 10 | 47 | 0 | E | 11E | 44 | 37 |
| Octal | 267 | 77 | 333 | 20 | 107 | 0 | 16 | 436 | 104 | 67 |
| Binary | 10110111 | 111111 | 11011011 | 10000 | 1000111 | 0 | 1110 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B73FDB
Complementary color
Monochromatic Colors of #B73FDB
Black with #B73FDB
Text Example
Text Example
White with #B73FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FDB; }
p { color: rgb(183,63,219); }
H1.HeaderClassName
{
color: #B73FDB;
}
.AnyTagClassName
{
color: #B73FDB;
}
</style>
background-color css
<style>
a { background-color: #B73FDB; }
a { background-color: rgb(183,63,219); }
div.DivClassName
{
background-color: #B73FDB;
}
.BgClassName
{
background-color: #B73FDB;
}
</style>
border-color css
<style>
span { border-color: #B73FDB; }
span { border-color: rgb(183,63,219); }
td.TdClassName
{
border-color: #B73FDB;
}
.TagClassName
{
border-color: #B73FDB;
}
</style>