Shades of Medium Orchid #B968E7
Tints of Medium Orchid #B968E7
RGB
CMYK
RGB Variations
Color information
#B968E7 (or 0xB968E7) is known color: Medium Orchid. HEX triplet: B9, 68 and E7. RGB value is (185,104,231). Sum of RGB (Red+Green+Blue) = 185+104+231=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #B968E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968E7 is #469718. Grayscale: #8E8E8E. Windows color (decimal): -4626201 or 15165625. OLE color: 15165625.
HSL color Cylindrical-coordinate representation of color #B968E7: hue angle of 278.27º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B968E7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 104 | 231 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.09 |
| HSL | 278.27º | 0.73% | 0.66% | - |
| HSV(B) | 278.27º | 0.55% | 0.91% | - |
| XYZ | 39.38 | 25.98 | 78.54 | - |
| YUV | 142.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 231 | 0.20 | 0.55 | 0 | 0.09 | 278.27 | 0.73 | 0.66 |
| Hex | B9 | 68 | E7 | 14 | 37 | 0 | 9 | 116 | 49 | 42 |
| Octal | 271 | 150 | 347 | 24 | 67 | 0 | 11 | 426 | 111 | 102 |
| Binary | 10111001 | 1101000 | 11100111 | 10100 | 110111 | 0 | 1001 | 100010110 | 1001001 | 1000010 |
Color Harmonies of #B968E7
Complementary color
Monochromatic Colors of #B968E7
Black with #B968E7
Text Example
Text Example
White with #B968E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968E7; }
p { color: rgb(185,104,231); }
H1.HeaderClassName
{
color: #B968E7;
}
.AnyTagClassName
{
color: #B968E7;
}
</style>
background-color css
<style>
a { background-color: #B968E7; }
a { background-color: rgb(185,104,231); }
div.DivClassName
{
background-color: #B968E7;
}
.BgClassName
{
background-color: #B968E7;
}
</style>
border-color css
<style>
span { border-color: #B968E7; }
span { border-color: rgb(185,104,231); }
td.TdClassName
{
border-color: #B968E7;
}
.TagClassName
{
border-color: #B968E7;
}
</style>