Shades of Medium Orchid #B872D5
Tints of Medium Orchid #B872D5
RGB
CMYK
RGB Variations
Color information
#B872D5 (or 0xB872D5) is known color: Medium Orchid. HEX triplet: B8, 72 and D5. RGB value is (184,114,213). Sum of RGB (Red+Green+Blue) = 184+114+213=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B872D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872D5 is #478D2A. Grayscale: #919191. Windows color (decimal): -4689195 or 13988536. OLE color: 13988536.
HSL color Cylindrical-coordinate representation of color #B872D5: hue angle of 282.42º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B872D5 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 114 | 213 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.16 |
| HSL | 282.42º | 0.54% | 0.64% | - |
| HSV(B) | 282.42º | 0.46% | 0.84% | - |
| XYZ | 37.79 | 27.03 | 66.18 | - |
| YUV | 146.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 213 | 0.14 | 0.46 | 0 | 0.16 | 282.42 | 0.54 | 0.64 |
| Hex | B8 | 72 | D5 | E | 2E | 0 | 10 | 11A | 36 | 40 |
| Octal | 270 | 162 | 325 | 16 | 56 | 0 | 20 | 432 | 66 | 100 |
| Binary | 10111000 | 1110010 | 11010101 | 1110 | 101110 | 0 | 10000 | 100011010 | 110110 | 1000000 |
Color Harmonies of #B872D5
Complementary color
Monochromatic Colors of #B872D5
Black with #B872D5
Text Example
Text Example
White with #B872D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872D5; }
p { color: rgb(184,114,213); }
H1.HeaderClassName
{
color: #B872D5;
}
.AnyTagClassName
{
color: #B872D5;
}
</style>
background-color css
<style>
a { background-color: #B872D5; }
a { background-color: rgb(184,114,213); }
div.DivClassName
{
background-color: #B872D5;
}
.BgClassName
{
background-color: #B872D5;
}
</style>
border-color css
<style>
span { border-color: #B872D5; }
span { border-color: rgb(184,114,213); }
td.TdClassName
{
border-color: #B872D5;
}
.TagClassName
{
border-color: #B872D5;
}
</style>