Shades of Medium Orchid #B968DE
Tints of Medium Orchid #B968DE
RGB
CMYK
RGB Variations
Color information
#B968DE (or 0xB968DE) is known color: Medium Orchid. HEX triplet: B9, 68 and DE. RGB value is (185,104,222). Sum of RGB (Red+Green+Blue) = 185+104+222=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #B968DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968DE is #469721. Grayscale: #8D8D8D. Windows color (decimal): -4626210 or 14575801. OLE color: 14575801.
HSL color Cylindrical-coordinate representation of color #B968DE: hue angle of 281.19º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B968DE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 104 | 222 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.13 |
| HSL | 281.19º | 0.64% | 0.64% | - |
| HSV(B) | 281.19º | 0.53% | 0.87% | - |
| XYZ | 38.14 | 25.49 | 72.02 | - |
| YUV | 141.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 222 | 0.17 | 0.53 | 0 | 0.13 | 281.19 | 0.64 | 0.64 |
| Hex | B9 | 68 | DE | 11 | 35 | 0 | D | 119 | 40 | 40 |
| Octal | 271 | 150 | 336 | 21 | 65 | 0 | 15 | 431 | 100 | 100 |
| Binary | 10111001 | 1101000 | 11011110 | 10001 | 110101 | 0 | 1101 | 100011001 | 1000000 | 1000000 |
Color Harmonies of #B968DE
Complementary color
Monochromatic Colors of #B968DE
Black with #B968DE
Text Example
Text Example
White with #B968DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968DE; }
p { color: rgb(185,104,222); }
H1.HeaderClassName
{
color: #B968DE;
}
.AnyTagClassName
{
color: #B968DE;
}
</style>
background-color css
<style>
a { background-color: #B968DE; }
a { background-color: rgb(185,104,222); }
div.DivClassName
{
background-color: #B968DE;
}
.BgClassName
{
background-color: #B968DE;
}
</style>
border-color css
<style>
span { border-color: #B968DE; }
span { border-color: rgb(185,104,222); }
td.TdClassName
{
border-color: #B968DE;
}
.TagClassName
{
border-color: #B968DE;
}
</style>