Shades of Medium Orchid #B871D2
Tints of Medium Orchid #B871D2
RGB
CMYK
RGB Variations
Color information
#B871D2 (or 0xB871D2) is known color: Medium Orchid. HEX triplet: B8, 71 and D2. RGB value is (184,113,210). Sum of RGB (Red+Green+Blue) = 184+113+210=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #B871D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871D2 is #478E2D. Grayscale: #909090. Windows color (decimal): -4689454 or 13791672. OLE color: 13791672.
HSL color Cylindrical-coordinate representation of color #B871D2: hue angle of 283.92º degrees, saturation: 0.52, 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 #B871D2 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 113 | 210 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.18 |
| HSL | 283.92º | 0.52% | 0.63% | - |
| HSV(B) | 283.92º | 0.46% | 0.82% | - |
| XYZ | 37.31 | 26.65 | 64.15 | - |
| YUV | 145.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 210 | 0.12 | 0.46 | 0 | 0.18 | 283.92 | 0.52 | 0.63 |
| Hex | B8 | 71 | D2 | C | 2E | 0 | 12 | 11C | 34 | 3F |
| Octal | 270 | 161 | 322 | 14 | 56 | 0 | 22 | 434 | 64 | 77 |
| Binary | 10111000 | 1110001 | 11010010 | 1100 | 101110 | 0 | 10010 | 100011100 | 110100 | 111111 |
Color Harmonies of #B871D2
Complementary color
Monochromatic Colors of #B871D2
Black with #B871D2
Text Example
Text Example
White with #B871D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871D2; }
p { color: rgb(184,113,210); }
H1.HeaderClassName
{
color: #B871D2;
}
.AnyTagClassName
{
color: #B871D2;
}
</style>
background-color css
<style>
a { background-color: #B871D2; }
a { background-color: rgb(184,113,210); }
div.DivClassName
{
background-color: #B871D2;
}
.BgClassName
{
background-color: #B871D2;
}
</style>
border-color css
<style>
span { border-color: #B871D2; }
span { border-color: rgb(184,113,210); }
td.TdClassName
{
border-color: #B871D2;
}
.TagClassName
{
border-color: #B871D2;
}
</style>