Shades of Medium Orchid #B873EB
Tints of Medium Orchid #B873EB
RGB
CMYK
RGB Variations
Color information
#B873EB (or 0xB873EB) is known color: Medium Orchid. HEX triplet: B8, 73 and EB. RGB value is (184,115,235). Sum of RGB (Red+Green+Blue) = 184+115+235=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #B873EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873EB is #478C14. Grayscale: #949494. Windows color (decimal): -4688917 or 15430584. OLE color: 15430584.
HSL color Cylindrical-coordinate representation of color #B873EB: hue angle of 274.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B873EB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 115 | 235 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.08 |
| HSL | 274.5º | 0.75% | 0.69% | - |
| HSV(B) | 274.5º | 0.51% | 0.92% | - |
| XYZ | 40.89 | 28.45 | 81.93 | - |
| YUV | 149.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 235 | 0.22 | 0.51 | 0 | 0.08 | 274.5 | 0.75 | 0.69 |
| Hex | B8 | 73 | EB | 16 | 33 | 0 | 8 | 112 | 4B | 45 |
| Octal | 270 | 163 | 353 | 26 | 63 | 0 | 10 | 422 | 113 | 105 |
| Binary | 10111000 | 1110011 | 11101011 | 10110 | 110011 | 0 | 1000 | 100010010 | 1001011 | 1000101 |
Color Harmonies of #B873EB
Complementary color
Monochromatic Colors of #B873EB
Black with #B873EB
Text Example
Text Example
White with #B873EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873EB; }
p { color: rgb(184,115,235); }
H1.HeaderClassName
{
color: #B873EB;
}
.AnyTagClassName
{
color: #B873EB;
}
</style>
background-color css
<style>
a { background-color: #B873EB; }
a { background-color: rgb(184,115,235); }
div.DivClassName
{
background-color: #B873EB;
}
.BgClassName
{
background-color: #B873EB;
}
</style>
border-color css
<style>
span { border-color: #B873EB; }
span { border-color: rgb(184,115,235); }
td.TdClassName
{
border-color: #B873EB;
}
.TagClassName
{
border-color: #B873EB;
}
</style>