Shades of Medium Orchid #B971DD
Tints of Medium Orchid #B971DD
RGB
CMYK
RGB Variations
Color information
#B971DD (or 0xB971DD) is known color: Medium Orchid. HEX triplet: B9, 71 and DD. RGB value is (185,113,221). Sum of RGB (Red+Green+Blue) = 185+113+221=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #B971DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DD is #468E22. Grayscale: #929292. Windows color (decimal): -4623907 or 14512569. OLE color: 14512569.
HSL color Cylindrical-coordinate representation of color #B971DD: hue angle of 280º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B971DD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 113 | 221 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.13 |
| HSL | 280º | 0.61% | 0.65% | - |
| HSV(B) | 280º | 0.49% | 0.87% | - |
| XYZ | 38.96 | 27.35 | 71.63 | - |
| YUV | 146.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 221 | 0.16 | 0.49 | 0 | 0.13 | 280 | 0.61 | 0.65 |
| Hex | B9 | 71 | DD | 10 | 31 | 0 | D | 118 | 3D | 41 |
| Octal | 271 | 161 | 335 | 20 | 61 | 0 | 15 | 430 | 75 | 101 |
| Binary | 10111001 | 1110001 | 11011101 | 10000 | 110001 | 0 | 1101 | 100011000 | 111101 | 1000001 |
Color Harmonies of #B971DD
Complementary color
Monochromatic Colors of #B971DD
Black with #B971DD
Text Example
Text Example
White with #B971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971DD; }
p { color: rgb(185,113,221); }
H1.HeaderClassName
{
color: #B971DD;
}
.AnyTagClassName
{
color: #B971DD;
}
</style>
background-color css
<style>
a { background-color: #B971DD; }
a { background-color: rgb(185,113,221); }
div.DivClassName
{
background-color: #B971DD;
}
.BgClassName
{
background-color: #B971DD;
}
</style>
border-color css
<style>
span { border-color: #B971DD; }
span { border-color: rgb(185,113,221); }
td.TdClassName
{
border-color: #B971DD;
}
.TagClassName
{
border-color: #B971DD;
}
</style>