Shades of Medium Orchid #B96BED
Tints of Medium Orchid #B96BED
RGB
CMYK
RGB Variations
Color information
#B96BED (or 0xB96BED) is known color: Medium Orchid. HEX triplet: B9, 6B and ED. RGB value is (185,107,237). Sum of RGB (Red+Green+Blue) = 185+107+237=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B96BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BED is #469412. Grayscale: #909090. Windows color (decimal): -4625427 or 15559609. OLE color: 15559609.
HSL color Cylindrical-coordinate representation of color #B96BED: hue angle of 276º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96BED is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 107 | 237 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 276º | 0.78% | 0.67% | - |
| HSV(B) | 276º | 0.55% | 0.93% | - |
| XYZ | 40.55 | 26.94 | 83.18 | - |
| YUV | 145.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 237 | 0.22 | 0.55 | 0 | 0.07 | 276 | 0.78 | 0.67 |
| Hex | B9 | 6B | ED | 16 | 37 | 0 | 7 | 114 | 4E | 43 |
| Octal | 271 | 153 | 355 | 26 | 67 | 0 | 7 | 424 | 116 | 103 |
| Binary | 10111001 | 1101011 | 11101101 | 10110 | 110111 | 0 | 111 | 100010100 | 1001110 | 1000011 |
Color Harmonies of #B96BED
Complementary color
Monochromatic Colors of #B96BED
Black with #B96BED
Text Example
Text Example
White with #B96BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BED; }
p { color: rgb(185,107,237); }
H1.HeaderClassName
{
color: #B96BED;
}
.AnyTagClassName
{
color: #B96BED;
}
</style>
background-color css
<style>
a { background-color: #B96BED; }
a { background-color: rgb(185,107,237); }
div.DivClassName
{
background-color: #B96BED;
}
.BgClassName
{
background-color: #B96BED;
}
</style>
border-color css
<style>
span { border-color: #B96BED; }
span { border-color: rgb(185,107,237); }
td.TdClassName
{
border-color: #B96BED;
}
.TagClassName
{
border-color: #B96BED;
}
</style>