Shades of Medium Orchid #B871D7
Tints of Medium Orchid #B871D7
RGB
CMYK
RGB Variations
Color information
#B871D7 (or 0xB871D7) is known color: Medium Orchid. HEX triplet: B8, 71 and D7. RGB value is (184,113,215). Sum of RGB (Red+Green+Blue) = 184+113+215=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #B871D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871D7 is #478E28. Grayscale: #919191. Windows color (decimal): -4689449 or 14119352. OLE color: 14119352.
HSL color Cylindrical-coordinate representation of color #B871D7: hue angle of 281.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B871D7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 113 | 215 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.16 |
| HSL | 281.76º | 0.56% | 0.64% | - |
| HSV(B) | 281.76º | 0.47% | 0.84% | - |
| XYZ | 37.94 | 26.91 | 67.48 | - |
| YUV | 145.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 215 | 0.14 | 0.47 | 0 | 0.16 | 281.76 | 0.56 | 0.64 |
| Hex | B8 | 71 | D7 | E | 2F | 0 | 10 | 11A | 38 | 40 |
| Octal | 270 | 161 | 327 | 16 | 57 | 0 | 20 | 432 | 70 | 100 |
| Binary | 10111000 | 1110001 | 11010111 | 1110 | 101111 | 0 | 10000 | 100011010 | 111000 | 1000000 |
Color Harmonies of #B871D7
Complementary color
Monochromatic Colors of #B871D7
Black with #B871D7
Text Example
Text Example
White with #B871D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871D7; }
p { color: rgb(184,113,215); }
H1.HeaderClassName
{
color: #B871D7;
}
.AnyTagClassName
{
color: #B871D7;
}
</style>
background-color css
<style>
a { background-color: #B871D7; }
a { background-color: rgb(184,113,215); }
div.DivClassName
{
background-color: #B871D7;
}
.BgClassName
{
background-color: #B871D7;
}
</style>
border-color css
<style>
span { border-color: #B871D7; }
span { border-color: rgb(184,113,215); }
td.TdClassName
{
border-color: #B871D7;
}
.TagClassName
{
border-color: #B871D7;
}
</style>