Shades of Medium Orchid #B971D3
Tints of Medium Orchid #B971D3
RGB
CMYK
RGB Variations
Color information
#B971D3 (or 0xB971D3) is known color: Medium Orchid. HEX triplet: B9, 71 and D3. RGB value is (185,113,211). Sum of RGB (Red+Green+Blue) = 185+113+211=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #B971D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D3 is #468E2C. Grayscale: #919191. Windows color (decimal): -4623917 or 13857209. OLE color: 13857209.
HSL color Cylindrical-coordinate representation of color #B971D3: hue angle of 284.08º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B971D3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 113 | 211 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 284.08º | 0.53% | 0.64% | - |
| HSV(B) | 284.08º | 0.46% | 0.83% | - |
| XYZ | 37.67 | 26.83 | 64.82 | - |
| YUV | 145.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 211 | 0.12 | 0.46 | 0 | 0.17 | 284.08 | 0.53 | 0.64 |
| Hex | B9 | 71 | D3 | C | 2E | 0 | 11 | 11C | 35 | 40 |
| Octal | 271 | 161 | 323 | 14 | 56 | 0 | 21 | 434 | 65 | 100 |
| Binary | 10111001 | 1110001 | 11010011 | 1100 | 101110 | 0 | 10001 | 100011100 | 110101 | 1000000 |
Color Harmonies of #B971D3
Complementary color
Monochromatic Colors of #B971D3
Black with #B971D3
Text Example
Text Example
White with #B971D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971D3; }
p { color: rgb(185,113,211); }
H1.HeaderClassName
{
color: #B971D3;
}
.AnyTagClassName
{
color: #B971D3;
}
</style>
background-color css
<style>
a { background-color: #B971D3; }
a { background-color: rgb(185,113,211); }
div.DivClassName
{
background-color: #B971D3;
}
.BgClassName
{
background-color: #B971D3;
}
</style>
border-color css
<style>
span { border-color: #B971D3; }
span { border-color: rgb(185,113,211); }
td.TdClassName
{
border-color: #B971D3;
}
.TagClassName
{
border-color: #B971D3;
}
</style>