Shades of Medium Orchid #B963DF
Tints of Medium Orchid #B963DF
RGB
CMYK
RGB Variations
Color information
#B963DF (or 0xB963DF) is known color: Medium Orchid. HEX triplet: B9, 63 and DF. RGB value is (185,99,223). Sum of RGB (Red+Green+Blue) = 185+99+223=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #B963DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963DF is #469C20. Grayscale: #8A8A8A. Windows color (decimal): -4627489 or 14640057. OLE color: 14640057.
HSL color Cylindrical-coordinate representation of color #B963DF: hue angle of 281.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B963DF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 99 | 223 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.13 |
| HSL | 281.61º | 0.66% | 0.63% | - |
| HSV(B) | 281.61º | 0.56% | 0.87% | - |
| XYZ | 37.79 | 24.57 | 72.56 | - |
| YUV | 138.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 223 | 0.17 | 0.56 | 0 | 0.13 | 281.61 | 0.66 | 0.63 |
| Hex | B9 | 63 | DF | 11 | 38 | 0 | D | 11A | 42 | 3F |
| Octal | 271 | 143 | 337 | 21 | 70 | 0 | 15 | 432 | 102 | 77 |
| Binary | 10111001 | 1100011 | 11011111 | 10001 | 111000 | 0 | 1101 | 100011010 | 1000010 | 111111 |
Color Harmonies of #B963DF
Complementary color
Monochromatic Colors of #B963DF
Black with #B963DF
Text Example
Text Example
White with #B963DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963DF; }
p { color: rgb(185,99,223); }
H1.HeaderClassName
{
color: #B963DF;
}
.AnyTagClassName
{
color: #B963DF;
}
</style>
background-color css
<style>
a { background-color: #B963DF; }
a { background-color: rgb(185,99,223); }
div.DivClassName
{
background-color: #B963DF;
}
.BgClassName
{
background-color: #B963DF;
}
</style>
border-color css
<style>
span { border-color: #B963DF; }
span { border-color: rgb(185,99,223); }
td.TdClassName
{
border-color: #B963DF;
}
.TagClassName
{
border-color: #B963DF;
}
</style>