Shades of Medium Orchid #B873E2
Tints of Medium Orchid #B873E2
RGB
CMYK
RGB Variations
Color information
#B873E2 (or 0xB873E2) is known color: Medium Orchid. HEX triplet: B8, 73 and E2. RGB value is (184,115,226). Sum of RGB (Red+Green+Blue) = 184+115+226=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #B873E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873E2 is #478C1D. Grayscale: #939393. Windows color (decimal): -4688926 or 14840760. OLE color: 14840760.
HSL color Cylindrical-coordinate representation of color #B873E2: hue angle of 277.3º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B873E2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 115 | 226 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.11 |
| HSL | 277.3º | 0.66% | 0.67% | - |
| HSV(B) | 277.3º | 0.49% | 0.89% | - |
| XYZ | 39.63 | 27.94 | 75.26 | - |
| YUV | 148.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 226 | 0.19 | 0.49 | 0 | 0.11 | 277.3 | 0.66 | 0.67 |
| Hex | B8 | 73 | E2 | 13 | 31 | 0 | B | 115 | 42 | 43 |
| Octal | 270 | 163 | 342 | 23 | 61 | 0 | 13 | 425 | 102 | 103 |
| Binary | 10111000 | 1110011 | 11100010 | 10011 | 110001 | 0 | 1011 | 100010101 | 1000010 | 1000011 |
Color Harmonies of #B873E2
Complementary color
Monochromatic Colors of #B873E2
Black with #B873E2
Text Example
Text Example
White with #B873E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B873E2; }
p { color: rgb(184,115,226); }
H1.HeaderClassName
{
color: #B873E2;
}
.AnyTagClassName
{
color: #B873E2;
}
</style>
background-color css
<style>
a { background-color: #B873E2; }
a { background-color: rgb(184,115,226); }
div.DivClassName
{
background-color: #B873E2;
}
.BgClassName
{
background-color: #B873E2;
}
</style>
border-color css
<style>
span { border-color: #B873E2; }
span { border-color: rgb(184,115,226); }
td.TdClassName
{
border-color: #B873E2;
}
.TagClassName
{
border-color: #B873E2;
}
</style>