Shades of Medium Orchid #B873D0
Tints of Medium Orchid #B873D0
RGB
CMYK
RGB Variations
Color information
#B873D0 (or 0xB873D0) is known color: Medium Orchid. HEX triplet: B8, 73 and D0. RGB value is (184,115,208). Sum of RGB (Red+Green+Blue) = 184+115+208=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B873D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873D0 is #478C2F. Grayscale: #919191. Windows color (decimal): -4688944 or 13661112. OLE color: 13661112.
HSL color Cylindrical-coordinate representation of color #B873D0: hue angle of 284.52º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B873D0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 115 | 208 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.18 |
| HSL | 284.52º | 0.5% | 0.63% | - |
| HSV(B) | 284.52º | 0.45% | 0.82% | - |
| XYZ | 37.28 | 27.01 | 62.92 | - |
| YUV | 146.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 208 | 0.12 | 0.45 | 0 | 0.18 | 284.52 | 0.5 | 0.63 |
| Hex | B8 | 73 | D0 | C | 2D | 0 | 12 | 11D | 32 | 3F |
| Octal | 270 | 163 | 320 | 14 | 55 | 0 | 22 | 435 | 62 | 77 |
| Binary | 10111000 | 1110011 | 11010000 | 1100 | 101101 | 0 | 10010 | 100011101 | 110010 | 111111 |
Color Harmonies of #B873D0
Complementary color
Monochromatic Colors of #B873D0
Black with #B873D0
Text Example
Text Example
White with #B873D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873D0; }
p { color: rgb(184,115,208); }
H1.HeaderClassName
{
color: #B873D0;
}
.AnyTagClassName
{
color: #B873D0;
}
</style>
background-color css
<style>
a { background-color: #B873D0; }
a { background-color: rgb(184,115,208); }
div.DivClassName
{
background-color: #B873D0;
}
.BgClassName
{
background-color: #B873D0;
}
</style>
border-color css
<style>
span { border-color: #B873D0; }
span { border-color: rgb(184,115,208); }
td.TdClassName
{
border-color: #B873D0;
}
.TagClassName
{
border-color: #B873D0;
}
</style>