Shades of Medium Orchid #B971D5
Tints of Medium Orchid #B971D5
RGB
CMYK
RGB Variations
Color information
#B971D5 (or 0xB971D5) is known color: Medium Orchid. HEX triplet: B9, 71 and D5. RGB value is (185,113,213). Sum of RGB (Red+Green+Blue) = 185+113+213=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B971D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D5 is #468E2A. Grayscale: #919191. Windows color (decimal): -4623915 or 13988281. OLE color: 13988281.
HSL color Cylindrical-coordinate representation of color #B971D5: hue angle of 283.2º degrees, saturation: 0.54, 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 #B971D5 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 113 | 213 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.16 |
| HSL | 283.2º | 0.54% | 0.64% | - |
| HSV(B) | 283.2º | 0.47% | 0.84% | - |
| XYZ | 37.92 | 26.93 | 66.15 | - |
| YUV | 145.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 213 | 0.13 | 0.47 | 0 | 0.16 | 283.2 | 0.54 | 0.64 |
| Hex | B9 | 71 | D5 | D | 2F | 0 | 10 | 11B | 36 | 40 |
| Octal | 271 | 161 | 325 | 15 | 57 | 0 | 20 | 433 | 66 | 100 |
| Binary | 10111001 | 1110001 | 11010101 | 1101 | 101111 | 0 | 10000 | 100011011 | 110110 | 1000000 |
Color Harmonies of #B971D5
Complementary color
Monochromatic Colors of #B971D5
Black with #B971D5
Text Example
Text Example
White with #B971D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971D5; }
p { color: rgb(185,113,213); }
H1.HeaderClassName
{
color: #B971D5;
}
.AnyTagClassName
{
color: #B971D5;
}
</style>
background-color css
<style>
a { background-color: #B971D5; }
a { background-color: rgb(185,113,213); }
div.DivClassName
{
background-color: #B971D5;
}
.BgClassName
{
background-color: #B971D5;
}
</style>
border-color css
<style>
span { border-color: #B971D5; }
span { border-color: rgb(185,113,213); }
td.TdClassName
{
border-color: #B971D5;
}
.TagClassName
{
border-color: #B971D5;
}
</style>