Shades of Medium Orchid #B968EF
Tints of Medium Orchid #B968EF
RGB
CMYK
RGB Variations
Color information
#B968EF (or 0xB968EF) is known color: Medium Orchid. HEX triplet: B9, 68 and EF. RGB value is (185,104,239). Sum of RGB (Red+Green+Blue) = 185+104+239=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #B968EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968EF is #469710. Grayscale: #8F8F8F. Windows color (decimal): -4626193 or 15689913. OLE color: 15689913.
HSL color Cylindrical-coordinate representation of color #B968EF: hue angle of 276º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B968EF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 104 | 239 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.06 |
| HSL | 276º | 0.81% | 0.67% | - |
| HSV(B) | 276º | 0.56% | 0.94% | - |
| XYZ | 40.54 | 26.45 | 84.63 | - |
| YUV | 143.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 239 | 0.23 | 0.56 | 0 | 0.06 | 276 | 0.81 | 0.67 |
| Hex | B9 | 68 | EF | 17 | 38 | 0 | 6 | 114 | 51 | 43 |
| Octal | 271 | 150 | 357 | 27 | 70 | 0 | 6 | 424 | 121 | 103 |
| Binary | 10111001 | 1101000 | 11101111 | 10111 | 111000 | 0 | 110 | 100010100 | 1010001 | 1000011 |
Color Harmonies of #B968EF
Complementary color
Monochromatic Colors of #B968EF
Black with #B968EF
Text Example
Text Example
White with #B968EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968EF; }
p { color: rgb(185,104,239); }
H1.HeaderClassName
{
color: #B968EF;
}
.AnyTagClassName
{
color: #B968EF;
}
</style>
background-color css
<style>
a { background-color: #B968EF; }
a { background-color: rgb(185,104,239); }
div.DivClassName
{
background-color: #B968EF;
}
.BgClassName
{
background-color: #B968EF;
}
</style>
border-color css
<style>
span { border-color: #B968EF; }
span { border-color: rgb(185,104,239); }
td.TdClassName
{
border-color: #B968EF;
}
.TagClassName
{
border-color: #B968EF;
}
</style>