Shades of Medium Orchid #B963D7
Tints of Medium Orchid #B963D7
RGB
CMYK
RGB Variations
Color information
#B963D7 (or 0xB963D7) is known color: Medium Orchid. HEX triplet: B9, 63 and D7. RGB value is (185,99,215). Sum of RGB (Red+Green+Blue) = 185+99+215=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #B963D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963D7 is #469C28. Grayscale: #898989. Windows color (decimal): -4627497 or 14115769. OLE color: 14115769.
HSL color Cylindrical-coordinate representation of color #B963D7: hue angle of 284.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B963D7 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 99 | 215 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.16 |
| HSL | 284.48º | 0.59% | 0.62% | - |
| HSV(B) | 284.48º | 0.54% | 0.84% | - |
| XYZ | 36.74 | 24.14 | 67.01 | - |
| YUV | 137.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 215 | 0.14 | 0.54 | 0 | 0.16 | 284.48 | 0.59 | 0.62 |
| Hex | B9 | 63 | D7 | E | 36 | 0 | 10 | 11C | 3B | 3E |
| Octal | 271 | 143 | 327 | 16 | 66 | 0 | 20 | 434 | 73 | 76 |
| Binary | 10111001 | 1100011 | 11010111 | 1110 | 110110 | 0 | 10000 | 100011100 | 111011 | 111110 |
Color Harmonies of #B963D7
Complementary color
Monochromatic Colors of #B963D7
Black with #B963D7
Text Example
Text Example
White with #B963D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963D7; }
p { color: rgb(185,99,215); }
H1.HeaderClassName
{
color: #B963D7;
}
.AnyTagClassName
{
color: #B963D7;
}
</style>
background-color css
<style>
a { background-color: #B963D7; }
a { background-color: rgb(185,99,215); }
div.DivClassName
{
background-color: #B963D7;
}
.BgClassName
{
background-color: #B963D7;
}
</style>
border-color css
<style>
span { border-color: #B963D7; }
span { border-color: rgb(185,99,215); }
td.TdClassName
{
border-color: #B963D7;
}
.TagClassName
{
border-color: #B963D7;
}
</style>