Shades of Medium Orchid #B96FED
Tints of Medium Orchid #B96FED
RGB
CMYK
RGB Variations
Color information
#B96FED (or 0xB96FED) is known color: Medium Orchid. HEX triplet: B9, 6F and ED. RGB value is (185,111,237). Sum of RGB (Red+Green+Blue) = 185+111+237=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B96FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FED is #469012. Grayscale: #939393. Windows color (decimal): -4624403 or 15560633. OLE color: 15560633.
HSL color Cylindrical-coordinate representation of color #B96FED: hue angle of 275.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96FED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 111 | 237 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.07 |
| HSL | 275.24º | 0.78% | 0.68% | - |
| HSV(B) | 275.24º | 0.53% | 0.93% | - |
| XYZ | 40.98 | 27.8 | 83.33 | - |
| YUV | 147.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 237 | 0.22 | 0.53 | 0 | 0.07 | 275.24 | 0.78 | 0.68 |
| Hex | B9 | 6F | ED | 16 | 35 | 0 | 7 | 113 | 4E | 44 |
| Octal | 271 | 157 | 355 | 26 | 65 | 0 | 7 | 423 | 116 | 104 |
| Binary | 10111001 | 1101111 | 11101101 | 10110 | 110101 | 0 | 111 | 100010011 | 1001110 | 1000100 |
Color Harmonies of #B96FED
Complementary color
Monochromatic Colors of #B96FED
Black with #B96FED
Text Example
Text Example
White with #B96FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FED; }
p { color: rgb(185,111,237); }
H1.HeaderClassName
{
color: #B96FED;
}
.AnyTagClassName
{
color: #B96FED;
}
</style>
background-color css
<style>
a { background-color: #B96FED; }
a { background-color: rgb(185,111,237); }
div.DivClassName
{
background-color: #B96FED;
}
.BgClassName
{
background-color: #B96FED;
}
</style>
border-color css
<style>
span { border-color: #B96FED; }
span { border-color: rgb(185,111,237); }
td.TdClassName
{
border-color: #B96FED;
}
.TagClassName
{
border-color: #B96FED;
}
</style>