Shades of Medium Orchid #B963CF
Tints of Medium Orchid #B963CF
RGB
CMYK
RGB Variations
Color information
#B963CF (or 0xB963CF) is known color: Medium Orchid. HEX triplet: B9, 63 and CF. RGB value is (185,99,207). Sum of RGB (Red+Green+Blue) = 185+99+207=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B963CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963CF is #469C30. Grayscale: #888888. Windows color (decimal): -4627505 or 13591481. OLE color: 13591481.
HSL color Cylindrical-coordinate representation of color #B963CF: hue angle of 287.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B963CF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 99 | 207 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.19 |
| HSL | 287.78º | 0.53% | 0.6% | - |
| HSV(B) | 287.78º | 0.52% | 0.81% | - |
| XYZ | 35.73 | 23.74 | 61.73 | - |
| YUV | 137.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 207 | 0.11 | 0.52 | 0 | 0.19 | 287.78 | 0.53 | 0.6 |
| Hex | B9 | 63 | CF | B | 34 | 0 | 13 | 120 | 35 | 3C |
| Octal | 271 | 143 | 317 | 13 | 64 | 0 | 23 | 440 | 65 | 74 |
| Binary | 10111001 | 1100011 | 11001111 | 1011 | 110100 | 0 | 10011 | 100100000 | 110101 | 111100 |
Color Harmonies of #B963CF
Complementary color
Monochromatic Colors of #B963CF
Black with #B963CF
Text Example
Text Example
White with #B963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963CF; }
p { color: rgb(185,99,207); }
H1.HeaderClassName
{
color: #B963CF;
}
.AnyTagClassName
{
color: #B963CF;
}
</style>
background-color css
<style>
a { background-color: #B963CF; }
a { background-color: rgb(185,99,207); }
div.DivClassName
{
background-color: #B963CF;
}
.BgClassName
{
background-color: #B963CF;
}
</style>
border-color css
<style>
span { border-color: #B963CF; }
span { border-color: rgb(185,99,207); }
td.TdClassName
{
border-color: #B963CF;
}
.TagClassName
{
border-color: #B963CF;
}
</style>