Shades of Medium Orchid #B971D1
Tints of Medium Orchid #B971D1
RGB
CMYK
RGB Variations
Color information
#B971D1 (or 0xB971D1) is known color: Medium Orchid. HEX triplet: B9, 71 and D1. RGB value is (185,113,209). Sum of RGB (Red+Green+Blue) = 185+113+209=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #B971D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D1 is #468E2E. Grayscale: #919191. Windows color (decimal): -4623919 or 13726137. OLE color: 13726137.
HSL color Cylindrical-coordinate representation of color #B971D1: hue angle of 285º 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 #B971D1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 113 | 209 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.18 |
| HSL | 285º | 0.51% | 0.63% | - |
| HSV(B) | 285º | 0.46% | 0.82% | - |
| XYZ | 37.42 | 26.73 | 63.51 | - |
| YUV | 145.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 209 | 0.11 | 0.46 | 0 | 0.18 | 285 | 0.51 | 0.63 |
| Hex | B9 | 71 | D1 | B | 2E | 0 | 12 | 11D | 33 | 3F |
| Octal | 271 | 161 | 321 | 13 | 56 | 0 | 22 | 435 | 63 | 77 |
| Binary | 10111001 | 1110001 | 11010001 | 1011 | 101110 | 0 | 10010 | 100011101 | 110011 | 111111 |
Color Harmonies of #B971D1
Complementary color
Monochromatic Colors of #B971D1
Black with #B971D1
Text Example
Text Example
White with #B971D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971D1; }
p { color: rgb(185,113,209); }
H1.HeaderClassName
{
color: #B971D1;
}
.AnyTagClassName
{
color: #B971D1;
}
</style>
background-color css
<style>
a { background-color: #B971D1; }
a { background-color: rgb(185,113,209); }
div.DivClassName
{
background-color: #B971D1;
}
.BgClassName
{
background-color: #B971D1;
}
</style>
border-color css
<style>
span { border-color: #B971D1; }
span { border-color: rgb(185,113,209); }
td.TdClassName
{
border-color: #B971D1;
}
.TagClassName
{
border-color: #B971D1;
}
</style>