Shades of Medium Orchid #B73EDB
Tints of Medium Orchid #B73EDB
RGB
CMYK
RGB Variations
Color information
#B73EDB (or 0xB73EDB) is known color: Medium Orchid. HEX triplet: B7, 3E and DB. RGB value is (183,62,219). Sum of RGB (Red+Green+Blue) = 183+62+219=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B73EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EDB is #48C124. Grayscale: #737373. Windows color (decimal): -4768037 or 14368439. OLE color: 14368439.
HSL color Cylindrical-coordinate representation of color #B73EDB: hue angle of 286.24º 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 #B73EDB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 62 | 219 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.14 |
| HSL | 286.24º | 0.69% | 0.55% | - |
| HSV(B) | 286.24º | 0.72% | 0.86% | - |
| XYZ | 34.04 | 18.63 | 68.82 | - |
| YUV | 116.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 219 | 0.16 | 0.72 | 0 | 0.14 | 286.24 | 0.69 | 0.55 |
| Hex | B7 | 3E | DB | 10 | 48 | 0 | E | 11E | 45 | 37 |
| Octal | 267 | 76 | 333 | 20 | 110 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110111 | 111110 | 11011011 | 10000 | 1001000 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B73EDB
Complementary color
Monochromatic Colors of #B73EDB
Black with #B73EDB
Text Example
Text Example
White with #B73EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73EDB; }
p { color: rgb(183,62,219); }
H1.HeaderClassName
{
color: #B73EDB;
}
.AnyTagClassName
{
color: #B73EDB;
}
</style>
background-color css
<style>
a { background-color: #B73EDB; }
a { background-color: rgb(183,62,219); }
div.DivClassName
{
background-color: #B73EDB;
}
.BgClassName
{
background-color: #B73EDB;
}
</style>
border-color css
<style>
span { border-color: #B73EDB; }
span { border-color: rgb(183,62,219); }
td.TdClassName
{
border-color: #B73EDB;
}
.TagClassName
{
border-color: #B73EDB;
}
</style>