Shades of Medium Orchid #B96BE3
Tints of Medium Orchid #B96BE3
RGB
CMYK
RGB Variations
Color information
#B96BE3 (or 0xB96BE3) is known color: Medium Orchid. HEX triplet: B9, 6B and E3. RGB value is (185,107,227). Sum of RGB (Red+Green+Blue) = 185+107+227=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #B96BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BE3 is #46941C. Grayscale: #8F8F8F. Windows color (decimal): -4625437 or 14904249. OLE color: 14904249.
HSL color Cylindrical-coordinate representation of color #B96BE3: hue angle of 279º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B96BE3 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 107 | 227 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.11 |
| HSL | 279º | 0.68% | 0.65% | - |
| HSV(B) | 279º | 0.53% | 0.89% | - |
| XYZ | 39.13 | 26.38 | 75.7 | - |
| YUV | 144 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 227 | 0.19 | 0.53 | 0 | 0.11 | 279 | 0.68 | 0.65 |
| Hex | B9 | 6B | E3 | 13 | 35 | 0 | B | 117 | 44 | 41 |
| Octal | 271 | 153 | 343 | 23 | 65 | 0 | 13 | 427 | 104 | 101 |
| Binary | 10111001 | 1101011 | 11100011 | 10011 | 110101 | 0 | 1011 | 100010111 | 1000100 | 1000001 |
Color Harmonies of #B96BE3
Complementary color
Monochromatic Colors of #B96BE3
Black with #B96BE3
Text Example
Text Example
White with #B96BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BE3; }
p { color: rgb(185,107,227); }
H1.HeaderClassName
{
color: #B96BE3;
}
.AnyTagClassName
{
color: #B96BE3;
}
</style>
background-color css
<style>
a { background-color: #B96BE3; }
a { background-color: rgb(185,107,227); }
div.DivClassName
{
background-color: #B96BE3;
}
.BgClassName
{
background-color: #B96BE3;
}
</style>
border-color css
<style>
span { border-color: #B96BE3; }
span { border-color: rgb(185,107,227); }
td.TdClassName
{
border-color: #B96BE3;
}
.TagClassName
{
border-color: #B96BE3;
}
</style>