Shades of Medium Orchid #B871D1
Tints of Medium Orchid #B871D1
RGB
CMYK
RGB Variations
Color information
#B871D1 (or 0xB871D1) is known color: Medium Orchid. HEX triplet: B8, 71 and D1. RGB value is (184,113,209). Sum of RGB (Red+Green+Blue) = 184+113+209=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #B871D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871D1 is #478E2E. Grayscale: #909090. Windows color (decimal): -4689455 or 13726136. OLE color: 13726136.
HSL color Cylindrical-coordinate representation of color #B871D1: hue angle of 284.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B871D1 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 113 | 209 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.18 |
| HSL | 284.38º | 0.51% | 0.63% | - |
| HSV(B) | 284.38º | 0.46% | 0.82% | - |
| XYZ | 37.18 | 26.6 | 63.5 | - |
| YUV | 145.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 209 | 0.12 | 0.46 | 0 | 0.18 | 284.38 | 0.51 | 0.63 |
| Hex | B8 | 71 | D1 | C | 2E | 0 | 12 | 11C | 33 | 3F |
| Octal | 270 | 161 | 321 | 14 | 56 | 0 | 22 | 434 | 63 | 77 |
| Binary | 10111000 | 1110001 | 11010001 | 1100 | 101110 | 0 | 10010 | 100011100 | 110011 | 111111 |
Color Harmonies of #B871D1
Complementary color
Monochromatic Colors of #B871D1
Black with #B871D1
Text Example
Text Example
White with #B871D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871D1; }
p { color: rgb(184,113,209); }
H1.HeaderClassName
{
color: #B871D1;
}
.AnyTagClassName
{
color: #B871D1;
}
</style>
background-color css
<style>
a { background-color: #B871D1; }
a { background-color: rgb(184,113,209); }
div.DivClassName
{
background-color: #B871D1;
}
.BgClassName
{
background-color: #B871D1;
}
</style>
border-color css
<style>
span { border-color: #B871D1; }
span { border-color: rgb(184,113,209); }
td.TdClassName
{
border-color: #B871D1;
}
.TagClassName
{
border-color: #B871D1;
}
</style>