Shades of Medium Orchid #B971D0
Tints of Medium Orchid #B971D0
RGB
CMYK
RGB Variations
Color information
#B971D0 (or 0xB971D0) is known color: Medium Orchid. HEX triplet: B9, 71 and D0. RGB value is (185,113,208). Sum of RGB (Red+Green+Blue) = 185+113+208=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #B971D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D0 is #468E2F. Grayscale: #919191. Windows color (decimal): -4623920 or 13660601. OLE color: 13660601.
HSL color Cylindrical-coordinate representation of color #B971D0: hue angle of 285.47º degrees, saturation: 0.5, 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 #B971D0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 113 | 208 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.18 |
| HSL | 285.47º | 0.5% | 0.63% | - |
| HSV(B) | 285.47º | 0.46% | 0.82% | - |
| XYZ | 37.3 | 26.68 | 62.86 | - |
| YUV | 145.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 208 | 0.11 | 0.46 | 0 | 0.18 | 285.47 | 0.5 | 0.63 |
| Hex | B9 | 71 | D0 | B | 2E | 0 | 12 | 11D | 32 | 3F |
| Octal | 271 | 161 | 320 | 13 | 56 | 0 | 22 | 435 | 62 | 77 |
| Binary | 10111001 | 1110001 | 11010000 | 1011 | 101110 | 0 | 10010 | 100011101 | 110010 | 111111 |
Color Harmonies of #B971D0
Complementary color
Monochromatic Colors of #B971D0
Black with #B971D0
Text Example
Text Example
White with #B971D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971D0; }
p { color: rgb(185,113,208); }
H1.HeaderClassName
{
color: #B971D0;
}
.AnyTagClassName
{
color: #B971D0;
}
</style>
background-color css
<style>
a { background-color: #B971D0; }
a { background-color: rgb(185,113,208); }
div.DivClassName
{
background-color: #B971D0;
}
.BgClassName
{
background-color: #B971D0;
}
</style>
border-color css
<style>
span { border-color: #B971D0; }
span { border-color: rgb(185,113,208); }
td.TdClassName
{
border-color: #B971D0;
}
.TagClassName
{
border-color: #B971D0;
}
</style>