Shades of Medium Orchid #B73DDB
Tints of Medium Orchid #B73DDB
RGB
CMYK
RGB Variations
Color information
#B73DDB (or 0xB73DDB) is known color: Medium Orchid. HEX triplet: B7, 3D and DB. RGB value is (183,61,219). Sum of RGB (Red+Green+Blue) = 183+61+219=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B73DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DDB is #48C224. Grayscale: #727272. Windows color (decimal): -4768293 or 14368183. OLE color: 14368183.
HSL color Cylindrical-coordinate representation of color #B73DDB: hue angle of 286.33º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73DDB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 61 | 219 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.14 |
| HSL | 286.33º | 0.69% | 0.55% | - |
| HSV(B) | 286.33º | 0.72% | 0.86% | - |
| XYZ | 33.98 | 18.52 | 68.8 | - |
| YUV | 115.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 219 | 0.16 | 0.72 | 0 | 0.14 | 286.33 | 0.69 | 0.55 |
| Hex | B7 | 3D | DB | 10 | 48 | 0 | E | 11E | 45 | 37 |
| Octal | 267 | 75 | 333 | 20 | 110 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110111 | 111101 | 11011011 | 10000 | 1001000 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B73DDB
Complementary color
Monochromatic Colors of #B73DDB
Black with #B73DDB
Text Example
Text Example
White with #B73DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DDB; }
p { color: rgb(183,61,219); }
H1.HeaderClassName
{
color: #B73DDB;
}
.AnyTagClassName
{
color: #B73DDB;
}
</style>
background-color css
<style>
a { background-color: #B73DDB; }
a { background-color: rgb(183,61,219); }
div.DivClassName
{
background-color: #B73DDB;
}
.BgClassName
{
background-color: #B73DDB;
}
</style>
border-color css
<style>
span { border-color: #B73DDB; }
span { border-color: rgb(183,61,219); }
td.TdClassName
{
border-color: #B73DDB;
}
.TagClassName
{
border-color: #B73DDB;
}
</style>