Shades of Medium Orchid #B970D1
Tints of Medium Orchid #B970D1
RGB
CMYK
RGB Variations
Color information
#B970D1 (or 0xB970D1) is known color: Medium Orchid. HEX triplet: B9, 70 and D1. RGB value is (185,112,209). Sum of RGB (Red+Green+Blue) = 185+112+209=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #B970D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D1 is #468F2E. Grayscale: #909090. Windows color (decimal): -4624175 or 13725881. OLE color: 13725881.
HSL color Cylindrical-coordinate representation of color #B970D1: hue angle of 285.15º 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 #B970D1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 112 | 209 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.18 |
| HSL | 285.15º | 0.51% | 0.63% | - |
| HSV(B) | 285.15º | 0.46% | 0.82% | - |
| XYZ | 37.31 | 26.51 | 63.47 | - |
| YUV | 144.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 209 | 0.11 | 0.46 | 0 | 0.18 | 285.15 | 0.51 | 0.63 |
| Hex | B9 | 70 | D1 | B | 2E | 0 | 12 | 11D | 33 | 3F |
| Octal | 271 | 160 | 321 | 13 | 56 | 0 | 22 | 435 | 63 | 77 |
| Binary | 10111001 | 1110000 | 11010001 | 1011 | 101110 | 0 | 10010 | 100011101 | 110011 | 111111 |
Color Harmonies of #B970D1
Complementary color
Monochromatic Colors of #B970D1
Black with #B970D1
Text Example
Text Example
White with #B970D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970D1; }
p { color: rgb(185,112,209); }
H1.HeaderClassName
{
color: #B970D1;
}
.AnyTagClassName
{
color: #B970D1;
}
</style>
background-color css
<style>
a { background-color: #B970D1; }
a { background-color: rgb(185,112,209); }
div.DivClassName
{
background-color: #B970D1;
}
.BgClassName
{
background-color: #B970D1;
}
</style>
border-color css
<style>
span { border-color: #B970D1; }
span { border-color: rgb(185,112,209); }
td.TdClassName
{
border-color: #B970D1;
}
.TagClassName
{
border-color: #B970D1;
}
</style>