Shades of Medium Orchid #B873D7
Tints of Medium Orchid #B873D7
RGB
CMYK
RGB Variations
Color information
#B873D7 (or 0xB873D7) is known color: Medium Orchid. HEX triplet: B8, 73 and D7. RGB value is (184,115,215). Sum of RGB (Red+Green+Blue) = 184+115+215=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #B873D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873D7 is #478C28. Grayscale: #929292. Windows color (decimal): -4688937 or 14119864. OLE color: 14119864.
HSL color Cylindrical-coordinate representation of color #B873D7: hue angle of 281.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B873D7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 115 | 215 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.16 |
| HSL | 281.4º | 0.56% | 0.65% | - |
| HSV(B) | 281.4º | 0.47% | 0.84% | - |
| XYZ | 38.16 | 27.36 | 67.56 | - |
| YUV | 147.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 215 | 0.14 | 0.47 | 0 | 0.16 | 281.4 | 0.56 | 0.65 |
| Hex | B8 | 73 | D7 | E | 2F | 0 | 10 | 119 | 38 | 41 |
| Octal | 270 | 163 | 327 | 16 | 57 | 0 | 20 | 431 | 70 | 101 |
| Binary | 10111000 | 1110011 | 11010111 | 1110 | 101111 | 0 | 10000 | 100011001 | 111000 | 1000001 |
Color Harmonies of #B873D7
Complementary color
Monochromatic Colors of #B873D7
Black with #B873D7
Text Example
Text Example
White with #B873D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873D7; }
p { color: rgb(184,115,215); }
H1.HeaderClassName
{
color: #B873D7;
}
.AnyTagClassName
{
color: #B873D7;
}
</style>
background-color css
<style>
a { background-color: #B873D7; }
a { background-color: rgb(184,115,215); }
div.DivClassName
{
background-color: #B873D7;
}
.BgClassName
{
background-color: #B873D7;
}
</style>
border-color css
<style>
span { border-color: #B873D7; }
span { border-color: rgb(184,115,215); }
td.TdClassName
{
border-color: #B873D7;
}
.TagClassName
{
border-color: #B873D7;
}
</style>