Shades of Medium Orchid #B967E7
Tints of Medium Orchid #B967E7
RGB
CMYK
RGB Variations
Color information
#B967E7 (or 0xB967E7) is known color: Medium Orchid. HEX triplet: B9, 67 and E7. RGB value is (185,103,231). Sum of RGB (Red+Green+Blue) = 185+103+231=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #B967E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967E7 is #469818. Grayscale: #8D8D8D. Windows color (decimal): -4626457 or 15165369. OLE color: 15165369.
HSL color Cylindrical-coordinate representation of color #B967E7: hue angle of 278.44º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B967E7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 103 | 231 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.09 |
| HSL | 278.44º | 0.73% | 0.65% | - |
| HSV(B) | 278.44º | 0.55% | 0.91% | - |
| XYZ | 39.28 | 25.78 | 78.51 | - |
| YUV | 142.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 231 | 0.20 | 0.55 | 0 | 0.09 | 278.44 | 0.73 | 0.65 |
| Hex | B9 | 67 | E7 | 14 | 37 | 0 | 9 | 116 | 49 | 41 |
| Octal | 271 | 147 | 347 | 24 | 67 | 0 | 11 | 426 | 111 | 101 |
| Binary | 10111001 | 1100111 | 11100111 | 10100 | 110111 | 0 | 1001 | 100010110 | 1001001 | 1000001 |
Color Harmonies of #B967E7
Complementary color
Monochromatic Colors of #B967E7
Black with #B967E7
Text Example
Text Example
White with #B967E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967E7; }
p { color: rgb(185,103,231); }
H1.HeaderClassName
{
color: #B967E7;
}
.AnyTagClassName
{
color: #B967E7;
}
</style>
background-color css
<style>
a { background-color: #B967E7; }
a { background-color: rgb(185,103,231); }
div.DivClassName
{
background-color: #B967E7;
}
.BgClassName
{
background-color: #B967E7;
}
</style>
border-color css
<style>
span { border-color: #B967E7; }
span { border-color: rgb(185,103,231); }
td.TdClassName
{
border-color: #B967E7;
}
.TagClassName
{
border-color: #B967E7;
}
</style>