Shades of Medium Orchid #B968EE
Tints of Medium Orchid #B968EE
RGB
CMYK
RGB Variations
Color information
#B968EE (or 0xB968EE) is known color: Medium Orchid. HEX triplet: B9, 68 and EE. RGB value is (185,104,238). Sum of RGB (Red+Green+Blue) = 185+104+238=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #B968EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968EE is #469711. Grayscale: #8F8F8F. Windows color (decimal): -4626194 or 15624377. OLE color: 15624377.
HSL color Cylindrical-coordinate representation of color #B968EE: hue angle of 276.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B968EE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 104 | 238 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.07 |
| HSL | 276.27º | 0.8% | 0.67% | - |
| HSV(B) | 276.27º | 0.56% | 0.93% | - |
| XYZ | 40.39 | 26.39 | 83.85 | - |
| YUV | 143.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 238 | 0.22 | 0.56 | 0 | 0.07 | 276.27 | 0.8 | 0.67 |
| Hex | B9 | 68 | EE | 16 | 38 | 0 | 7 | 114 | 50 | 43 |
| Octal | 271 | 150 | 356 | 26 | 70 | 0 | 7 | 424 | 120 | 103 |
| Binary | 10111001 | 1101000 | 11101110 | 10110 | 111000 | 0 | 111 | 100010100 | 1010000 | 1000011 |
Color Harmonies of #B968EE
Complementary color
Monochromatic Colors of #B968EE
Black with #B968EE
Text Example
Text Example
White with #B968EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968EE; }
p { color: rgb(185,104,238); }
H1.HeaderClassName
{
color: #B968EE;
}
.AnyTagClassName
{
color: #B968EE;
}
</style>
background-color css
<style>
a { background-color: #B968EE; }
a { background-color: rgb(185,104,238); }
div.DivClassName
{
background-color: #B968EE;
}
.BgClassName
{
background-color: #B968EE;
}
</style>
border-color css
<style>
span { border-color: #B968EE; }
span { border-color: rgb(185,104,238); }
td.TdClassName
{
border-color: #B968EE;
}
.TagClassName
{
border-color: #B968EE;
}
</style>