Shades of Medium Orchid #B96BDF
Tints of Medium Orchid #B96BDF
RGB
CMYK
RGB Variations
Color information
#B96BDF (or 0xB96BDF) is known color: Medium Orchid. HEX triplet: B9, 6B and DF. RGB value is (185,107,223). Sum of RGB (Red+Green+Blue) = 185+107+223=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDF is #469420. Grayscale: #8F8F8F. Windows color (decimal): -4625441 or 14642105. OLE color: 14642105.
HSL color Cylindrical-coordinate representation of color #B96BDF: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96BDF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 107 | 223 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 280.34º | 0.64% | 0.65% | - |
| HSV(B) | 280.34º | 0.52% | 0.87% | - |
| XYZ | 38.58 | 26.16 | 72.83 | - |
| YUV | 143.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 223 | 0.17 | 0.52 | 0 | 0.13 | 280.34 | 0.64 | 0.65 |
| Hex | B9 | 6B | DF | 11 | 34 | 0 | D | 118 | 40 | 41 |
| Octal | 271 | 153 | 337 | 21 | 64 | 0 | 15 | 430 | 100 | 101 |
| Binary | 10111001 | 1101011 | 11011111 | 10001 | 110100 | 0 | 1101 | 100011000 | 1000000 | 1000001 |
Color Harmonies of #B96BDF
Complementary color
Monochromatic Colors of #B96BDF
Black with #B96BDF
Text Example
Text Example
White with #B96BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BDF; }
p { color: rgb(185,107,223); }
H1.HeaderClassName
{
color: #B96BDF;
}
.AnyTagClassName
{
color: #B96BDF;
}
</style>
background-color css
<style>
a { background-color: #B96BDF; }
a { background-color: rgb(185,107,223); }
div.DivClassName
{
background-color: #B96BDF;
}
.BgClassName
{
background-color: #B96BDF;
}
</style>
border-color css
<style>
span { border-color: #B96BDF; }
span { border-color: rgb(185,107,223); }
td.TdClassName
{
border-color: #B96BDF;
}
.TagClassName
{
border-color: #B96BDF;
}
</style>