Shades of Medium Orchid #B963E9
Tints of Medium Orchid #B963E9
RGB
CMYK
RGB Variations
Color information
#B963E9 (or 0xB963E9) is known color: Medium Orchid. HEX triplet: B9, 63 and E9. RGB value is (185,99,233). Sum of RGB (Red+Green+Blue) = 185+99+233=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #B963E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963E9 is #469C16. Grayscale: #8B8B8B. Windows color (decimal): -4627479 or 15295417. OLE color: 15295417.
HSL color Cylindrical-coordinate representation of color #B963E9: hue angle of 278.51º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B963E9 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 99 | 233 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.09 |
| HSL | 278.51º | 0.75% | 0.65% | - |
| HSV(B) | 278.51º | 0.58% | 0.91% | - |
| XYZ | 39.18 | 25.12 | 79.87 | - |
| YUV | 139.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 233 | 0.21 | 0.58 | 0 | 0.09 | 278.51 | 0.75 | 0.65 |
| Hex | B9 | 63 | E9 | 15 | 3A | 0 | 9 | 117 | 4B | 41 |
| Octal | 271 | 143 | 351 | 25 | 72 | 0 | 11 | 427 | 113 | 101 |
| Binary | 10111001 | 1100011 | 11101001 | 10101 | 111010 | 0 | 1001 | 100010111 | 1001011 | 1000001 |
Color Harmonies of #B963E9
Complementary color
Monochromatic Colors of #B963E9
Black with #B963E9
Text Example
Text Example
White with #B963E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963E9; }
p { color: rgb(185,99,233); }
H1.HeaderClassName
{
color: #B963E9;
}
.AnyTagClassName
{
color: #B963E9;
}
</style>
background-color css
<style>
a { background-color: #B963E9; }
a { background-color: rgb(185,99,233); }
div.DivClassName
{
background-color: #B963E9;
}
.BgClassName
{
background-color: #B963E9;
}
</style>
border-color css
<style>
span { border-color: #B963E9; }
span { border-color: rgb(185,99,233); }
td.TdClassName
{
border-color: #B963E9;
}
.TagClassName
{
border-color: #B963E9;
}
</style>